AnyTranslate

Translate text anywhere

What is AnyTranslate?

AnyTranslate is a Chrome extension developed by motiko, and its main feature is "Translate text anywhere".

Extension Screenshots

screenshot
screenshot

Download AnyTranslate Extension CRX File

Download AnyTranslate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Translate any text from your browser. The text can be recognised from an image, video, canvas or anything that appears on you page. 
Open extension options to configure language to translate from and translate to.                    

Extension Basic Information

Name AnyTranslate AnyTranslate
ID hhcjlckencdgngjkbbpoffncomjajegm
Official URL https://chromewebstore.google.com/detail/anytranslate/hhcjlckencdgngjkbbpoffncomjajegm
Description Translate text anywhere
File Size 1.77 MB
Installation Count 149
Current Version 0.0.5
Last Updated 2022-10-26
Publish Date 2021-05-17
Rating 3.00/5 Total 2 Ratings
Developer motiko
Email [email protected]
Payment Type free
Extension Website https://github.com/motiko/any-translate
Help Page URL https://github.com/motiko/any-translate/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyTranslate",
    "description": "Translate text anywhere",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmLF40Cjkb156N0uWAEwnbxkrSuFfND7OwnDE6mCRBw7hR\/gYiYGJzmu2OMapdBUi9W\/+OX3ScZBHR6+9xpGZhei698OzpN+lmXd\/UbX+Fv1Maf7Vi5IErFH9tzA8+kbuhooGFa8StO7NFUlY7cKbf6GYU\/OguX149kOJ339cZ0XGPd63T8Ugf6dj7E9ptk94vnlXo9TZCW8iZ7uVWtg7QR5Ajuo9j7Lu4rMdah4CR96TwkpB\/UZODpBtQ+DBq4XeTeELecO6Drc9SwpwdWIYXjysDACEeZmUvgxE9eCKyuRBwvv12JYedwO7DkONH2jslIexseHCJu6fnCrki9SJ\/QIDAQAB",
    "version": "0.0.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; script-src-elem 'self' chrome-extension:\/\/hhcjlckencdgngjkbbpoffncomjajegm;",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "24": "assets\/icon-24.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png",
        "512": "assets\/icon-512.png"
    },
    "web_accessible_resources": [
        "ocr.html",
        "lib\/tesseract\/tesseract.min.js",
        "lib\/tesseract\/worker.min.js"
    ],
    "options_page": "options.html"
}