Can a chrome application launch local program?

断了今生、忘了曾经 提交于 2019-11-28 14:44:25

It is in principle possible via Native Messaging.

You can have a native app specifically designed to talk to your Chrome app, but the downside is that the native component cannot be bundled with the app in the Web Store. You'll have to use a separate installer.

Note that the above documentation is for extensions, but the corresponding calls are mentioned in the apps documentation as well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!