Chrome Sina

Check Chrome updates from Sina downloads site.

什么是Chrome Sina?

Chrome Sina是由Ivan Yan开发的Chrome扩展程序,该扩展的主要功能是“Check Chrome updates from Sina downloads site.”。

扩展截图

screenshot

下载Chrome Sina扩展crx文件

下载Chrome Sina扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chrome Sina Chrome Sina
ID idnfdnijojifmkhgmhoheahenfohidlc
官方URL https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc
简介 Check Chrome updates from Sina downloads site.
文件大小 11.12 KB
安装次数 94
当前版本 1.2.1
更新时间 2017-11-05
上架时间 2017-11-04
评分 4.63/5 共8次评分
开发者 Ivan Yan
付费类型 free
扩展官网 https://github.com/yanxyz/crx-chrome-sina#readme
支持的语言 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"
    ]
}