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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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",
        ""
    ]
}