creadr

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

Wat is creadr?

creadr is een Chrome-extensie ontwikkeld door lysisius, en de belangrijkste functie is "creadr is a tool designed to help Chinese learners with reading web content".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie creadr

Download creadr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        reader mode with pinyin annotation for webpages with Chinese characters                    

Basisinformatie over de Extensie

Naam creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
Officiële URL https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
Beschrijving creadr is a tool designed to help Chinese learners with reading web content
Bestandsgrootte 420 KB
Aantal Installaties 153
Huidige Versie 0.2.1
Laatst Bijgewerkt 2016-10-22
Publicatiedatum 2016-10-22
Ontwikkelaar lysisius
Betalingswijze free
Extensiewebsite http://creadr.io/
Ondersteunde Talen 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
}