WebExtension.net
WebExtension.net

Translate Anywhere

View on Chrome Web Store
View Translate Anywhere Chrome Extension on Chrome Web Store
3.9 (53 ratings)

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

You can translate sentences that you select on the web page into various languages. You can also translate the whole page.
Type
Extension
Users
60,000 users
OrcaSoft
View author page of OrcaSoft
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 28, 2010
Version 4.1.0.2
Manifest version
3
Updated
Updated on October 3, 2024
View on Chrome Web Store
View Translate Anywhere Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "4.1.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extentionDefault_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "js": [
                "jq.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jq.js",
                "trans.js",
                "popup.html",
                "frame.html",
                "resize.png",
                "inline_script.js",
                "direct_translate\/element.js",
                "direct_translate\/el_main.js",
                "direct_translate\/el_main_css.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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