creadr

creadr is a tool designed to help Chinese learners with reading web content

什么是creadr?

creadr是由lysisius开发的Chrome扩展程序,该扩展的主要功能是“creadr is a tool designed to help Chinese learners with reading web content”。

扩展截图

screenshot

下载creadr扩展crx文件

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

扩展使用说明

                        reader mode with pinyin annotation for webpages with Chinese characters                    

扩展基本信息

名称 creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
官方URL https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
简介 creadr is a tool designed to help Chinese learners with reading web content
文件大小 420 KB
安装次数 153
当前版本 0.2.1
更新时间 2016-10-22
上架时间 2016-10-22
开发者 lysisius
付费类型 free
扩展官网 http://creadr.io/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "creadr",
    "description": "creadr is a tool designed to help Chinese learners with reading web content",
    "version": "0.2.1",
    "permissions": [
        "activeTab",
        "https:\/\/www.readability.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "html": [
                "content.html"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "mini-pinyin.js",
                "lodash.min.js",
                "jquery-3.0.0.js",
                "readability-cn.js",
                "config.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Left click to turn on Chinese reader mode",
        "default_icon": "icon_v4.png"
    },
    "manifest_version": 2
}