Morfix Translator
Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click
Cos'è Morfix Translator?
Morfix Translator è un'estensione di Chrome sviluppata da yoavdevacc, e la sua funzione principale è "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Morfix Translator
Scarica i file di estensione Morfix Translator 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
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Informazioni di Base sull'Estensione
Nome | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
URL Ufficiale | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Descrizione | Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click |
Dimensione del File | 20.31 KB |
Conteggio Installazioni | 296 |
Versione Corrente | 0.11 |
Ultimo Aggiornamento | 2021-02-18 |
Data di Pubblicazione | 2021-02-18 |
Sviluppatore | yoavdevacc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morfix Translator", "version": "0.11", "permissions": [ "contextMenus" ], "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html" }, "manifest_version": 2 } |