WebExtension.net
WebExtension.net

Tab Translate

View on Chrome Web Store
View Tab Translate Chrome Extension on Chrome Web Store
4.4 (28 ratings)

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
100,000 users
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.5
Manifest version
3
Updated
Updated on November 12, 2024
View on Chrome Web Store
View Tab Translate Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.5",
    "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"
    ]
}
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