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
}