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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}