creadr

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

creadr là gì?

creadr là một tiện ích mở rộng Chrome được phát triển bởi lysisius, và tính năng chính của nó là "creadr is a tool designed to help Chinese learners with reading web content".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng creadr

Tải xuống các tệp mở rộng creadr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        reader mode with pinyin annotation for webpages with Chinese characters                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên creadr creadr
ID baikfbdepnhpkhfbjapemmcppgjaggoi
URL Chính Thức https://chromewebstore.google.com/detail/creadr/baikfbdepnhpkhfbjapemmcppgjaggoi
Mô tả creadr is a tool designed to help Chinese learners with reading web content
Kích Thước Tệp 420 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-10-22
Ngày Phát Hành 2016-10-22
Nhà Phát Triển lysisius
Loại Thanh Toán free
Trang Web Mở Rộng http://creadr.io/
Ngôn Ngữ Được Hỗ Trợ 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
}