Chrome Sina
Check Chrome updates from Sina downloads site.
What is Chrome Sina?
Chrome Sina is a Chrome extension developed by Ivan Yan, and its main feature is "Check Chrome updates from Sina downloads site.".
Extension Screenshots
Download Chrome Sina Extension CRX File
Download Chrome Sina extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notice: this extension targets the users from China mainland, they need a proxy to download and update their Chrome, and Sina is a China website. If you come from other area, you should try the official installer(https://www.google.com/chrome/) first.
Extension Basic Information
Name | |
ID | idnfdnijojifmkhgmhoheahenfohidlc |
Official URL | https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc |
Description | Check Chrome updates from Sina downloads site. |
File Size | 11.12 KB |
Installation Count | 94 |
Current Version | 1.2.1 |
Last Updated | 2017-11-05 |
Publish Date | 2017-11-04 |
Rating | 4.63/5 Total 8 Ratings |
Developer | Ivan Yan |
Payment Type | free |
Extension Website | https://github.com/yanxyz/crx-chrome-sina#readme |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Sina", "version": "1.2.1", "description": "Check Chrome updates from Sina downloads site.", "manifest_version": 2, "minimum_chrome_version": "57", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/down.tech.sina.com.cn\/", "storage" ] } |