MTranslate

MTranslate

What is MTranslate?

MTranslate is a Chrome extension developed by prathameshbhat199, and its main feature is "MTranslate".

Extension Screenshots

screenshot
screenshot
screenshot

Download MTranslate Extension CRX File

Download MTranslate 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

                                            

Extension Basic Information

Name MTranslate MTranslate
ID lkhlnbpdmlhdcmpdbbhmfnofobibihfp
Official URL https://chrome.google.com/webstore/detail/mtranslate/lkhlnbpdmlhdcmpdbbhmfnofobibihfp
Description MTranslate
File Size 44.2 MB
Installation Count 485
Current Version 1.1.2
Last Updated 2020-10-04
Publish Date 2020-10-04
Rating 1.67/5 Total 6 Ratings
Developer prathameshbhat199
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTranslate",
    "version": "1.1.2",
    "description": "MTranslate",
    "browser_action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "19": "\/images\/icon19.png",
            "38": "\/images\/icon38.png"
        },
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/worker.min.js",
        "js\/tesseract.min.js",
        "js\/tessearct-core.wasm.js",
        "traineddata\/*.traineddata.gz",
        "js\/tesseract.min.js",
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png",
        "js\/worker.min.js",
        "js\/*.js",
        "js\/tessearct-core.wasm.js",
        "traineddata\/*.traineddata.gz",
        "icons\/close.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/api.mymemory.translated.net\/*",
        "contextMenus"
    ]
}