WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Translate It

Translate It

View on Chrome Web Store
View Translate It Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (20 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

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

Translate Everywhere. Simply.
Type
Extension
Users
880 users
19
M.Khani
View author page of M.Khani
Published
Published on May 6, 2025
Version 0.1.1
Manifest version
3
Updated
Updated on May 9, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Translate It 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": "Translate It",
    "version": "0.1.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "storage",
        "tts",
        "offscreen",
        "tabs",
        "clipboardWrite",
        "clipboardRead",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/extension_icon_16.png",
            "32": "icons\/extension_icon_32.png",
            "48": "icons\/extension_icon_48.png",
            "64": "icons\/extension_icon_64.png",
            "128": "icons\/extension_icon_128.png",
            "256": "icons\/extension_icon_256.png",
            "512": "icons\/extension_icon_512.png"
        }
    },
    "icons": {
        "16": "icons\/extension_icon_16.png",
        "32": "icons\/extension_icon_32.png",
        "48": "icons\/extension_icon_48.png",
        "64": "icons\/extension_icon_64.png",
        "128": "icons\/extension_icon_128.png",
        "256": "icons\/extension_icon_256.png",
        "512": "icons\/extension_icon_512.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "pageBridge.js",
                "browser-polyfill.js",
                "offscreen.js",
                "content.bundle.js",
                "offscreen.html",
                "styles\/*.css",
                "icons\/*.png",
                "html\/*",
                "_locales\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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