ReadPanel

Read Japanese language websites with ReadPanel

ما هو ReadPanel؟

ReadPanel هو إضافة Chrome تم تطويرها بواسطة http://readpanel.com، والميزة الرئيسية لها هي "Read Japanese language websites with ReadPanel".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ReadPanel

قم بتنزيل ملفات الامتداد ReadPanel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ReadPanel makes Japanese learning easier by allowing you to read Japanese webpages and texts more quickly and effortlessly. Once a text is in ReadPanel, you can click any word to see its dictionary definition instantly, allowing learning without breaking the flow of your reading. With an account, articles saved to ReadPanel are automatically synced so you can study and read anywhere - from your web browser or on your iPhone or iPad with the ReadPanel app.

Extension Features

* One-click to send Japanese language webpages to ReadPanel for easy reading
* Free to create an account
* Save webpages to your account automatically when signed in                    

معلومات أساسية عن التمديد

الاسم ReadPanel ReadPanel
ID megddkihcolibbajkngclalnemnakgjd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/readpanel/megddkihcolibbajkngclalnemnakgjd
الوصف Read Japanese language websites with ReadPanel
حجم الملف 24.52 KB
عدد التثبيتات 37
النسخة الحالية 1.1
آخر تحديث 2014-10-29
تاريخ النشر 2014-10-29
المطور http://readpanel.com
نوع الدفع free
موقع الإضافة http://readpanel.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReadPanel",
    "description": "Read Japanese language websites with ReadPanel",
    "version": "1.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        ""
    ]
}