creadr

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

Co je creadr?

creadr je rozšíření Chrome vyvinuté lysisius, a jeho hlavní funkcí je „creadr is a tool designed to help Chinese learners with reading web content“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření creadr

Stáhněte si soubory rozšíření creadr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        reader mode with pinyin annotation for webpages with Chinese characters                    

Základní Informace o Rozšíření

Název creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
Oficiální URL https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
Popis creadr is a tool designed to help Chinese learners with reading web content
Velikost souboru 420 KB
Počet instalací 153
Aktuální Verze 0.2.1
Poslední Aktualizace 2016-10-22
Datum Vydání 2016-10-22
Vývojář lysisius
Typ Platby free
Webové stránky Rozšíření http://creadr.io/
Podporované Jazyky 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
}