Hello World
Item media 1 screenshot

Overview

Hello World This is a starter application. It contains a basic manifest file with no additional permissions. The manifest denotes a…

Hello World This is a starter application. It contains a basic manifest file with no additional permissions. The manifest denotes a background script, main.js, detailed below: ```javascript chrome.app.runtime.onLaunched.addListener(function() { // Center window on screen. var screenWidth = screen.availWidth; var screenHeight = screen.availHeight; var width = 500; var height = 300; chrome.app.window.create('index.html', { id: "helloWorldID", bounds: { width: width, height: height, left: Math.round((screenWidth-width)/2), top: Math.round((screenHeight-height)/2) } }); }); ``` This simply waits for the launch event for the application (chrome.app.runtime.onLaunched.addListener) and, at that point, creates a window using a basic HTML page, index.html, as the source. See the source code at https://github.com/GoogleChrome/chrome-app-samples/tree/master/hello-world This version was built from git commit 5d38663 https://github.com/GoogleChrome/chrome-app-samples/tree/5d38663/hello-world

4.6 out of 58 ratings

Google doesn't verify reviews. Learn more about results and reviews.

Details

  • Version
    2.1
  • Updated
    March 25, 2014
  • Offered by
    Chrome App Samples
  • Size
    593KiB
  • Languages
    English (United States)
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has not provided any information about the collection or usage of your data.

Support

For help with questions, suggestions, or problems, visit the developer's support site

Related

Similarweb - Traffic Rank & Website Analysis

4.6(2.8K)

Instant website analysis, including site rank, site traffic, sources and geography.

SEOquake

4.6(2.5K)

SEOquake is a free plugin that provides you with key SEO metrics, along with other useful tools such as SEO Audit and many others

Clear Cache

4.5(1.1K)

Clear your cache and browsing data with a single click of a button.

Tag Assistant Companion

2.7(109)

The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.

GoFullPage - Full Page Screen Capture

4.9(73.2K)

Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!

ColorZilla

4.5(3.2K)

Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies

JSON Formatter

4.6(1.8K)

Makes JSON easy to read. Open source.

User-Agent Switcher for Chrome

3.9(2.6K)

Spoofs & Mimics User-Agent strings.

Proxy SwitchyOmega

4.6(3.8K)

Manage and switch between multiple proxies quickly & easily.

Redux DevTools

4.6(693)

Redux DevTools for debugging application's state changes.

Cookie-Editor

4.5(273)

Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.

Lighthouse

4.4(295)

Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.

Similarweb - Traffic Rank & Website Analysis

4.6(2.8K)

Instant website analysis, including site rank, site traffic, sources and geography.

SEOquake

4.6(2.5K)

SEOquake is a free plugin that provides you with key SEO metrics, along with other useful tools such as SEO Audit and many others

Clear Cache

4.5(1.1K)

Clear your cache and browsing data with a single click of a button.

Tag Assistant Companion

2.7(109)

The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.

GoFullPage - Full Page Screen Capture

4.9(73.2K)

Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!

ColorZilla

4.5(3.2K)

Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies

JSON Formatter

4.6(1.8K)

Makes JSON easy to read. Open source.

User-Agent Switcher for Chrome

3.9(2.6K)

Spoofs & Mimics User-Agent strings.

Google apps