WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Translate

Tab Translate

View on Chrome Web Store
View Tab Translate Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (40 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.

Easily translate selected text from one language to another and improve your language skills.
Type
Extension
Users
20,000 users
80K
Tab Translate
View author page of Tab Translate
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 11, 2023
Version 1.3.8
Manifest version
3
Updated
Updated on April 30, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Translate 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,
    "version": "1.3.8",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/tabtranslate.com\/",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_default__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/38.png",
        "24": "images\/38.png",
        "32": "images\/64.png",
        "48": "images\/128.png",
        "64": "images\/128.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "contents\/google_translate.css"
            ],
            "js": [
                "contents\/google_translate.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.translate.google.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "contents\/bubbles.js"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.translate.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bubbles\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ]
}
© 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