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
官方網址 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"
    ]
}