WebExtension.net
WebExtension.net

TransOver

View on Chrome Web Store
View TransOver Chrome Extension on Chrome Web Store
4.6 (1,784 ratings)

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

Hover, click or select to translate (with text-to-speech). Translator.
Type
Extension
Users
100,000 users
artemave
View author page of artemave
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 26, 2011
Version 1.74
Manifest version
3
Updated
Updated on February 4, 2024
View on Chrome Web Store
View TransOver Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TransOver",
    "manifest_version": 3,
    "version": "1.74",
    "icons": {
        "16": "to_16.png",
        "48": "to_48.png",
        "128": "to_128.png"
    },
    "description": "Hover, click or select to translate (with text-to-speech). Translator.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "to_19.png",
            "38": "to_38.png"
        }
    },
    "commands": {
        "copy-translation-to-clipboard": {
            "description": "Copy translation to clipboard"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/translate.googleapis.com\/*",
        "https:\/\/clients5.google.com\/*",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "tat_popup.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
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