我可以在不通过 Chrome 应用商店的情况下创建可安装的 Google Chrome 网络应用吗?

发布于 2024-11-13 09:37:54 字数 171 浏览 6 评论 0 原文

我的最终目标是在没有地址栏的情况下使用我的网站。据我所知(出于安全原因),唯一的方法是使其成为可安装的网络应用程序(或 Chrome 扩展程序——也许已经有这样的扩展程序了?)。我是否可以简单地向用户提供一个链接,为 Chrome 提供安装应用程序所需的所有必要元数据,而无需实际访问 Chrome Web App Store?

My ultimate goal is to use my web site without the URL bar. As far as I can tell (for security reasons), the only way to do this is to make it an installable web app (or a Chrome extension -- maybe there is already such an extension?). Can I simply provide the user with a link that gives Chrome all the necessary metadata it needs to install the app without actually going through the Chrome Web App Store?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

徒留西风 2024-11-20 09:37:54

您可以从 chrome://extensions/ 创建一个扩展并将其打包为应用程序(创建 .crx 文件),然后将 crx 文件托管在您自己的网站或任何地方;无需 Chrome Web App Store。

http://code.google.com/chrome/extensions/apps.html

You can create an extension and package it as an app (creating a .crx file) from chrome://extensions/ and then host the crx file on your own site or where ever; no Chrome Web App Store needed.

http://code.google.com/chrome/extensions/apps.html

偏闹i 2024-11-20 09:37:54

抱歉,11 年的反馈是正确的。 Chrome 现在会阻止商店外加载扩展程序。

解决方法: http://www.ghacks.net/2012/06/12/chrome-fix-extensions-apps-and-user-scripts-cannot-be-installed-from-this-web-site/

对于OP,如果您拥有该网站,为什么不将其放入网上商店?

Sorry, the feedback was correct in '11. Chrome blocks out-of-store loading of extensions now.

Workaround: http://www.ghacks.net/2012/06/12/chrome-fix-extensions-apps-and-user-scripts-cannot-be-installed-from-this-web-site/

For the OP, if you own the site, why not put it in the web store?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文