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
官方網址 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"
    }
}