WebExtension.net
Toggle dark mode
WebExtension.net

Image Translator

View on Chrome Web Store
View Image Translator Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (36 ratings)
1 new ratings
9 views
This extension has been viewed 9 times

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

Translate image text instantly with Image Translator! Easily extract and translate text from image or photo in one click.
Type
Extension
Users
3,000 users
1K
Vadim Chevychelov
View author page of Vadim Chevychelov
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 2, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on February 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Image Translator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Translator",
    "description": "Translate image text instantly with Image Translator! Easily extract and translate text from image or photo in one click.",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "media\/16x16.png",
        "32": "media\/32x32.png",
        "48": "media\/48x48.png",
        "128": "media\/96x96.png"
    },
    "action": {
        "default_icon": "media\/48x48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "activate-button": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Trigger the translate button"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-a54e7d23.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "icons\/logo.svg",
                "src\/contentScript\/content-script.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-effc51d4.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 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