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
官方網址 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
}