Wikipedia Content Width Control

Changes the width of wikepedia

什麼是Wikipedia Content Width Control?

Wikipedia Content Width Control是由swh0901開發的Chrome擴展程式,該擴展的主要功能是“Changes the width of wikepedia”。

擴展截圖

screenshot

下載Wikipedia Content Width Control擴展crx文件

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

擴展使用說明

                        This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.                    

擴展基本資訊

名稱 Wikipedia Content Width Control Wikipedia Content Width Control
ID nobomaggnlmpkhcijnlkhbcdbjegpnog
官方網址 https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog
簡介 Changes the width of wikepedia
檔案大小 3.09 KB
安裝次數 93
目前版本 1.0
更新時間 2014-10-05
上架時間 2014-10-05
評分 4.43/5 共 7 次評分
開發者 swh0901
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Content Width Control",
    "version": "1.0",
    "description": "Changes the width of wikepedia",
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "wikiwidth.css"
            ]
        }
    ]
}