ReadPanel

Read Japanese language websites with ReadPanel

Cos'è ReadPanel?

ReadPanel è un'estensione di Chrome sviluppata da http://readpanel.com, e la sua funzione principale è "Read Japanese language websites with ReadPanel".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ReadPanel

Scarica i file di estensione ReadPanel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ReadPanel ReadPanel
ID megddkihcolibbajkngclalnemnakgjd
URL Ufficiale https://chrome.google.com/webstore/detail/readpanel/megddkihcolibbajkngclalnemnakgjd
Descrizione Read Japanese language websites with ReadPanel
Dimensione del File 24.52 KB
Conteggio Installazioni 37
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-29
Data di Pubblicazione 2014-10-29
Sviluppatore http://readpanel.com
Tipo di Pagamento free
Sito Web dell'Estensione http://readpanel.com
Lingue Supportate 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",
        ""
    ]
}