MTranslate

MTranslate

Qu'est-ce que MTranslate ?

MTranslate est une extension Chrome développée par prathameshbhat199, et sa fonction principale est "MTranslate".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MTranslate

Téléchargez les fichiers d'extension MTranslate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom MTranslate MTranslate
ID lkhlnbpdmlhdcmpdbbhmfnofobibihfp
URL Officiel https://chrome.google.com/webstore/detail/mtranslate/lkhlnbpdmlhdcmpdbbhmfnofobibihfp
Description MTranslate
Taille du Fichier 44.2 MB
Nombre d'Installations 485
Version Actuelle 1.1.2
Dernière Mise à Jour 2020-10-04
Date de Publication 2020-10-04
Évaluation 1.67/5 Total 6 Évaluations
Développeur prathameshbhat199
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}