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ファイルをダウンロード

Readlang Web Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}