- Where Developers Learn, Share, & Build Careers


I currently self-host my chrome extensions - but with recent changes, Chrome for less technical users Extension, I'm considering moving it to the Web Store.

The problem is: I do not see a 500,000 + users downloaded a new version from the Web Store to download the next updated version once I get it there.

Is it as easy to upload my new version and point to the update_arnal in the manifest. Journals to that download link? Update_url Could there be something that indicates a different domain name than the original extension?

The main issue is that the same version of your self-hosted version of Chrome Web Store It needs to be - which means that it has to be signed with the same certificate. In order to achieve this, you also need to upload your signature certificate at the Web Store. Add your certificate to the zip file as the first time in the form of key.pem , when you are uploading your extension, the web store will automatically use it to sign it (remove it from the extension package Will be given, no) worry).

Once you get your expansions in the Web Store under the same ID, you can add a new version under your self-hosted location. Use http://clients2.google.com/service/update2/crx as your update_url . Once there is an extension version of the Web Store, which is more than the latest version on the self-hosted location, everyone should update automatically.

This answer is based on someone.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -