WebExtension.net
WebExtension.net

Quick Translate: Reading & writing translator

View on Chrome Web Store
View Quick Translate: Reading & writing translator Chrome Extension on Chrome Web Store
4.6 (109 ratings)

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

Translate what you read or write with Google Translate, the best translator in the world.
Type
Extension
Users
100,000 users
toanrittnis
View author page of toanrittnis
Published
Published on November 25, 2022
Version 1.0.1
Manifest version
3
Updated
Updated on November 25, 2022
View on Chrome Web Store
View Quick Translate: Reading & writing translator 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",
    "background": {
        "service_worker": "javascript\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "javascript\/jquery.js",
                "javascript\/helpersScripts\/translate_helper.js",
                "javascript\/helpersScripts\/audio_helper.js",
                "javascript\/helpersScripts\/lang_list_helper.js",
                "javascript\/content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPageTransStyles.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "javascript\/jquery.js",
                "javascript\/page_styles.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPageTransStyles.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Translator",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "system.display",
        "declarativeNetRequest"
    ],
    "short_name": "Translator",
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "javascript\/*",
                "icons\/*",
                "styles\/*",
                "fonts\/*"
            ],
            "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