ReadPanel

Read Japanese language websites with ReadPanel

ReadPanelとは何ですか?

ReadPanelはhttp://readpanel.comによって開発されたChromeの拡張機能で、その主な機能は「Read Japanese language websites with ReadPanel」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

ReadPanel拡張機能のCRXファイルをダウンロード

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