Readable Wikipedia

Enhacements to wikipedia to increase its readability.

什么是Readable Wikipedia?

Readable Wikipedia是由Nick Rowe开发的Chrome扩展程序,该扩展的主要功能是“Enhacements to wikipedia to increase its readability.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Readable Wikipedia扩展crx文件

下载Readable Wikipedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.                    

扩展基本信息

名称 Readable Wikipedia Readable Wikipedia
ID imoddojnfpdkpfiipadaibjplddaneka
官方URL https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka
简介 Enhacements to wikipedia to increase its readability.
文件大小 549 KB
安装次数 2,000
当前版本 1.7
更新时间 2013-07-10
上架时间 2013-07-10
评分 3.63/5 共52次评分
开发者 Nick Rowe
付费类型 free
扩展官网 http://labs.dcxn.com/wikipedia-readability/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readable Wikipedia",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Enhacements to wikipedia to increase its readability.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "readable.css"
            ],
            "js": [
                "jquery.js",
                "jquery.hotkeys.js",
                "enhancements.js"
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "images\/desktop.png",
        "images\/mobile.gif"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/wiki\/*"
    ]
}