WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Readlang Web Reader

Readlang Web Reader

View on Chrome Web Store
View Readlang Web Reader Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (208 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Read websites in the language you're learning, translate words you don't know, and we'll create flashcards to help you remember.
Type
Extension
Users
100,000 users
Website readlang.com
readlang
View author page of readlang
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 29, 2013
Version 0.9.10
Manifest version
3
Updated
Updated on September 11, 2024
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Readlang Web Reader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.10",
    "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\/*"
    ],
    "commands": {
        "import": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            },
            "description": "Import text from the current page into Readlang"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/readlang.com\/*",
                "https:\/\/test.readlang.com\/*",
                "http:\/\/localhost\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/contentScript.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top