简体   繁体   English

如何在设置>扩展程序中显示打包的chrome应用程序

[英]How to get packaged chrome apps show up in settings > extensions

I've made a few chrome apps and published them to the chrome store and when I install them then appear in my chrome://chrome/extensions/ page. 我制作了一些chrome应用程序,并将其发布到chrome商店中,当我安装它们时,它们会出现在我的chrome://chrome/extensions/页面中。 When I package an app into a crx file and install in manually, my app works fine and shows up on the new tab page but not the chrome://chrome/extensions/ page. 当我将应用程序打包到crx文件中并手动安装时,我的应用程序可以正常工作,并显示在新标签页上,而不显示在chrome://chrome/extensions/页上。 Am I missing something in my manifest file or will only store apps show up on the extensions page? 我是否在清单文件中丢失了某些内容,或者只会在扩展页面上显示存储的应用程序?

The correct way to have apps which are under development show up in the extensions page is to load them as an "load uppacked extension" from the extensions page. 在扩展程序页面上显示正在开发中的应用程序的正确方法是从扩展程序页面将它们作为“加载升级的扩展程序”加载。 You just point it to the parent directory of your app, then as you make changes, you just save and refresh your app. 您只需将其指向应用程序的父目录,然后在进行更改时保存并刷新应用程序。 When you are ready to publish, just zip it up and upload it to the store. 准备发布时,只需将其压缩并上传到商店即可。

There's no need to manual package your app unless you are distributing the app outside the chrome web store. 除非您将应用程序分发到chrome网站商店之外,否则无需手动打包您的应用程序。

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

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