creadr

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

creadrคืออะไร?

creadr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lysisius และคุณลักษณะหลักของมันคือ "creadr is a tool designed to help Chinese learners with reading web content"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย creadr

ดาวน์โหลดไฟล์ส่วนขยาย 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
}