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
官方URL 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"
            ]
        }
    ]
}