wiki-zh-default

此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…

wiki-zh-defaultとは何ですか?

wiki-zh-defaultはcthloによって開発されたChromeの拡張機能で、その主な機能は「此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…」です。

拡張機能のスクリーンショット

screenshot

wiki-zh-default拡張機能のCRXファイルをダウンロード

wiki-zh-default拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        此擴展可以讓用戶在維基百科上設置默認的中文體系。
This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the hassle of choosing it from the menu every time landing on a Chinese Wikipedia page.                    

拡張機能の基本情報

名前 wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
公式URL https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
説明 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
ファイルサイズ 3.87 KB
インストール数 67
現在のバージョン 1
最終更新日 2014-08-06
公開日 2014-08-06
評価 5.00/5 合計 1 レビュー
開発者 cthlo
支払い方法 free
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wiki-zh-default",
    "version": "1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/zh.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/zh.wikipedia.org\/wiki*"
    ]
}