creadr

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

What is creadr?

creadr is a Chrome extension developed by lysisius, and its main feature is "creadr is a tool designed to help Chinese learners with reading web content".

Extension Screenshots

screenshot

Download creadr Extension CRX File

Download creadr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        reader mode with pinyin annotation for webpages with Chinese characters                    

Extension Basic Information

Name creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
Official URL https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
Description creadr is a tool designed to help Chinese learners with reading web content
File Size 420 KB
Installation Count 153
Current Version 0.2.1
Last Updated 2016-10-22
Publish Date 2016-10-22
Developer lysisius
Payment Type free
Extension Website http://creadr.io/
Supported Languages 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
}