All of the examples I've seen show apps launching in their own windows. This may be great an all for chromebook/chrome os, but is there still an option to launch in a browser tab?
|
No, there is no way to do that. Chrome Packaged Apps are not supposed to run inside a browser. You can, however, open URLs in a browser tab using If you need some sort of integration/control between your Chrome Packaged App and the browser, you can create an extension and make a communication pipe between the extension and the app - as long as both are running, using the See this sample for a simple code that does exactly that (two apps and one extension exchanging messages directly, without any server component). |
|||
|
|
|
If you want window manipulation, you should switch to chrome.tabs API and look for an extension instead of an App. Reference |
|||||||||
|
