WebExtension.net
Toggle dark mode
WebExtension.net

Simple Translator, Dictionary, TTS

View on Chrome Web Store
View Simple Translator, Dictionary, TTS Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (4,425 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Right click to the word or phrase to translate using the Google Translator. Online translation
Type
Extension
Users
1,000,000 users
Erik Cornwell
View author page of Erik Cornwell
Published
Published on May 19, 2021
Version 2.2.32
Manifest version
3
Updated
Updated on February 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Simple Translator, Dictionary, TTS 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",
    "background": {
        "service_worker": "data\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "assets\/img\/48.png",
        "128": "assets\/img\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "action": {
        "default_icon": "assets\/img\/128.png",
        "default_title": "Translator",
        "default_popup": "app.html"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/translate.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Simple Translator",
    "version": "2.2.32",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*",
                "assets\/img\/*",
                "assets\/css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

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

© 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