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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readlang Web Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}