m-wiki

Automatically redirects Wikipedia to the mobile version.

m-wikiとは何ですか?

m-wikiはJathu Satkunarajahによって開発されたChromeの拡張機能で、その主な機能は「Automatically redirects Wikipedia to the mobile version.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users.                    

拡張機能の基本情報

名前 m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
公式URL https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
説明 Automatically redirects Wikipedia to the mobile version.
ファイルサイズ 994 KB
インストール数 673
現在のバージョン 2.1
最終更新日 2016-12-22
公開日 2016-12-22
評価 4.97/5 合計 29 レビュー
開発者 Jathu Satkunarajah
支払い方法 free
拡張機能のウェブサイト https://github.com/jathu/m-wiki
ヘルプページのURL https://github.com/jathu/m-wiki
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "m-wiki",
    "description": "Automatically redirects Wikipedia to the mobile version.",
    "author": "Jathu Satkunarajah",
    "version": "2.1",
    "permissions": [
        "http:\/\/*.wikipedia.org\/wiki\/*",
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}