WebExtension.net
WebExtension.net

Readlang Web Reader

View on Chrome Web Store
View Readlang Web Reader Chrome Extension on Chrome Web Store
4.3 (207 ratings)

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
View on Chrome Web Store
View Readlang Web Reader Chrome Extension on Chrome Web Store
productivity/education
Extension Category
Website
Visit developer website

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"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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