WebExtension.net
WebExtension.net

XTranslate

View on Chrome Web Store
View XTranslate Chrome Extension on Chrome Web Store
4.5 (1,533 ratings)

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

Easy translate text on web-pages
Type
Extension
Users
70,000 users
Roman Esco
View author page of Roman Esco
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 19, 2014
Version 3.5.1
Manifest version
3
Updated
Updated on November 8, 2024
View on Chrome Web Store
View XTranslate 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": "XTranslate",
    "description": "__MSG_short_description__",
    "version": "3.5.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "options.html?page=translate",
        "default_icon": {
            "19": "assets\/icons\/48.png",
            "38": "assets\/icons\/48.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+X"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "user-script.js"
            ],
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "activeTab",
        "tabs",
        "declarativeNetRequest"
    ]
}
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