Immersion Reader

Provides translations on highlight, and review notecards, for articles you read in foreign languages.

Immersion Reader란 무엇입니까?

Immersion Reader은(는) dennislysenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides translations on highlight, and review notecards, for articles you read in foreign languages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Immersion Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Take the boring part out of reading articles in languages you're learning. 

Let Immersion Reader do the magic of instantly translating any word or phrase you highlight, giving you detailed translations of it, guiding you with pronunciation from native speakers for most words, and giving you review notecards for every new article you read, based on that article's actual text. Cut out the distraction of looking up words in a new tab, making up your own pronunciations for unfamiliar words, and managing notecards.                    

확장 프로그램 기본 정보

이름 Immersion Reader Immersion Reader
ID fklmaanhjbaofmjodipnfllfjghllcpc
공식 URL https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc
설명 Provides translations on highlight, and review notecards, for articles you read in foreign languages.
파일 크기 492 KB
설치 횟수 6,000
현재 버전 0.4.0
최근 업데이트 2017-12-25
출시 날짜 2017-12-25
평점 2.33/5 총 9 개의 평점
개발자 dennislysenko
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Immersion Reader",
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "content.bundle.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Provides translations on highlight, and review notecards, for articles you read in foreign languages.",
    "version": "0.4.0"
}