简体   繁体   中英

Google Chrome extensions autoupdate

As Google says here you don't have to specify something if you host your Chrome app in Google Servers. But why all the extensions I analysed had this code in their manifest.json. Should I also write this code in my chrome extensions manifest?

"update_url": "http://clients2.google.com/service/update2/crx",

As I said I will upload and share my app using chrome web store

You should remove "update_url" from manifest.json Chrome automatically will update your extension from Web Store. So you should upload your extension to web Store.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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