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"
    ]
}