WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LightLang: next-generation quick translator

LightLang: next-generation quick translator

View on Chrome Web Store
View LightLang: next-generation quick translator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

The fastest translator for words and phrases. Learn languages right while surfing the web.
Type
Extension
Users
92 users
1
ndgfm
View author page of ndgfm
Published
Published on September 22, 2024
Version 1.7.9
Manifest version
3
Updated
Updated on December 22, 2025
productivity/education
Extension Category
View on Chrome Web Store
View LightLang: next-generation quick translator 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": "__MSG_ExtName__",
    "version": "1.7.9",
    "minimum_chrome_version": "128",
    "description": "__MSG_ExtDescription__",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/48-dark_gray.png",
                "assets\/*.svg",
                "assets\/styles\/*.css",
                "*.js.map"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "translator",
                "path": "rules\/translator.json"
            }
        ]
    }
}
© 2026 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