javascript - How to launch Chrome packaged app by clicking on a button in a html page -



javascript - How to launch Chrome packaged app by clicking on a button in a html page -

i have created chrome packaged app , when execute next line in command prompt, launches packaged app:

"c:\program files (x86)\google\chrome\application\chrome.exe" --load-and-launch-app="chrome-app-path-goes-here"

how can launch chrome app clicking on button in html page? javascript or jquery way of doing this?

yes, it's possible.

requirements:

specifically whitelisting domain in manifest knowing app's id (you can pin development) having app installed.

take @ externally_connectable: docs, example.

what can send message app, wake event page. there, can open app's window usual.

javascript jquery html google-chrome-app

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -