creadr

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

Cos'è creadr?

creadr è un'estensione di Chrome sviluppata da lysisius, e la sua funzione principale è "creadr is a tool designed to help Chinese learners with reading web content".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione creadr

Scarica i file di estensione creadr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        reader mode with pinyin annotation for webpages with Chinese characters                    

Informazioni di Base sull'Estensione

Nome creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
URL Ufficiale https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
Descrizione creadr is a tool designed to help Chinese learners with reading web content
Dimensione del File 420 KB
Conteggio Installazioni 153
Versione Corrente 0.2.1
Ultimo Aggiornamento 2016-10-22
Data di Pubblicazione 2016-10-22
Sviluppatore lysisius
Tipo di Pagamento free
Sito Web dell'Estensione http://creadr.io/
Lingue Supportate 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
}