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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        ""
    ]
}