mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07: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().
APIs
Last updated: 2012-08-14 by miu