简体   繁体   English

打包的Chrome应用程序有多独立?

[英]How standalone are packaged Chrome Apps?

I have a HTML5 app, that I need to redistribute as a desktop application. 我有一个HTML5应用程序,需要将其重新分发为桌面应用程序。 One solution could be Chrome packaged apps, but it seems you can only install those packages using the Chrome webstore. 一种解决方案可能是Chrome打包的应用,但似乎您只能使用Chrome网络商店安装这些软件包。

Is there an easy way to distribute Chrome apps using a stand-alone installer, and without requiring the end-user to have Chrome installed? 是否有使用独立安装程序分发Chrome应用程序的简便方法,而无需最终用户安装Chrome?

You can install them using the .crx file given to you while packaging, but that still requires chrome. 您可以使用打包时提供的.crx文件安装它们,但是仍然需要使用chrome。 Actually, you pretty much have to somehow have chrome on the target, as the standalone apps use it's framework. 实际上,您几乎必须以某种方式在目标上使用chrome,因为独立应用程序使用它的框架。 Hope it helps. 希望能帮助到你。

Chromium嵌入式框架项目的CefView示例可用于此目的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM