MTranslate
MTranslate
Cos'è MTranslate?
MTranslate è un'estensione di Chrome sviluppata da prathameshbhat199, e la sua funzione principale è "MTranslate".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MTranslate
Scarica i file di estensione MTranslate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | lkhlnbpdmlhdcmpdbbhmfnofobibihfp |
URL Ufficiale | https://chrome.google.com/webstore/detail/mtranslate/lkhlnbpdmlhdcmpdbbhmfnofobibihfp |
Descrizione | MTranslate |
Dimensione del File | 44.2 MB |
Conteggio Installazioni | 485 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2020-10-04 |
Data di Pubblicazione | 2020-10-04 |
Valutazione | 1.67/5 Totale 6 Valutazioni |
Sviluppatore | prathameshbhat199 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |