Files
chrome-extensions-samples/singleton
2012-08-08 11:54:43 +01:00
..
2012-08-01 15:48:27 +01:00
2012-08-01 15:48:27 +01:00
2012-08-01 15:48:27 +01:00
2012-08-06 16:02:50 +01:00
2012-08-01 15:48:27 +01:00
2012-08-01 15:48:27 +01:00
2012-08-01 15:48:27 +01:00
2012-08-01 15:48:27 +01:00

Hello World

Sample that shows how to use the windowing API in an app to have a "singleton" window app.

The app keeps track of its window in the background page. If none exists, or if it's closed, it creates a new one. Otherwise it re-focuses the existing one via chrome.app.window.focus().

Permissions

  • Experimental

See more on permissions

APIs


Last updated: 2012-07-31 by paullewis