Readlang Web Reader

Read websites in the language you're learning, translate words you don't know, and we'll create flashcards to help you remember.

Readlang Web Reader란 무엇입니까?

Readlang Web Reader은(는) https://readlang.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read websites in the language you're learning, translate words you don't know, and we'll create flashcards to help you remember."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Learn a language while surfing the web!

Visit articles in the language you're learning. Use Readlang to translate the words and phrases you don't understand. And we'll create flashcards and vocab lists for you.

- Visit a webpage* in the language you are learning.

- Click "R" to open Readlang.

- Click on any word, or drag across any phrase to translate.

Supercharge your language learning!

Featured on Lifehacker: http://lifehacker.com/readlang-helps-you-learn-a-foreign-language-as-you-surf-1697991769                    

확장 프로그램 기본 정보

이름 Readlang Web Reader Readlang Web Reader
ID odpdkefpnfejbfnmdilmfhephfffmfoh
공식 URL https://chromewebstore.google.com/detail/readlang-web-reader/odpdkefpnfejbfnmdilmfhephfffmfoh
설명 Read websites in the language you're learning, translate words you don't know, and we'll create flashcards to help you remember.
파일 크기 358 KB
설치 횟수 134,221
현재 버전 0.9.3
최근 업데이트 2023-09-08
출시 날짜 2017-05-17
평점 4.34/5 총 194 개의 평점
개발자 https://readlang.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://readlang.com
도움말 페이지 URL https://readlang.uservoice.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readlang Web Reader",
    "short_name": "Readlang",
    "description": "Read websites in the language you're learning, translate words you don't know, and we'll create flashcards to help you remember.",
    "version": "0.9.3",
    "icons": {
        "16": "content\/icon16.png",
        "48": "content\/icon48.png",
        "128": "content\/icon96_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/readlang.com\/*",
        "https:\/\/test.readlang.com\/*",
        "http:\/\/localhost\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/readlang.com\/*",
                "https:\/\/test.readlang.com\/*",
                "http:\/\/localhost\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/contentScript.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/allPagesContentScript.js"
            ]
        }
    ],
    "action": {
        "name": "Open Readlang Web Reader",
        "default_icon": {
            "19": "content\/icon19.png",
            "38": "content\/icon38.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    }
}