ReadPanel

Read Japanese language websites with ReadPanel

ReadPanel क्या है?

ReadPanel http://readpanel.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read Japanese language websites with ReadPanel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReadPanel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}