Wikipedia Mobile View Redirect

Redirects all Wikipedia pages to the mobile layout, which is much easier to read.

什麼是Wikipedia Mobile View Redirect?

Wikipedia Mobile View Redirect是由https://www.100yen.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Redirects all Wikipedia pages to the mobile layout, which is much easier to read.”。

擴展截圖

screenshot
screenshot

下載Wikipedia Mobile View Redirect擴展crx文件

下載Wikipedia Mobile View Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Wikipedia Mobile View Redirect Wikipedia Mobile View Redirect
ID kmgndcpedgaibepohbjhdgcgkjplffip
官方網址 https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip
簡介 Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
檔案大小 10.18 KB
安裝次數 188
目前版本 1.0.0
更新時間 2015-03-18
上架時間 2015-03-18
評分 5.00/5 共 4 次評分
開發者 https://www.100yen.co.uk
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Mobile View Redirect",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "description": "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.m.wikipedia.org\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}