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
¿Qué es Morfix Translator?
Morfix Translator es una extensión de Chrome desarrollada por yoavdevacc, y su función principal es "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".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Morfix Translator
Descarga archivos de extensión Morfix Translator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Información Básica de la Extensión
Nombre | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
URL Oficial | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Descripción | 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 |
Tamaño del Archivo | 20.31 KB |
Cantidad de Instalaciones | 296 |
Versión Actual | 0.11 |
Última Actualización | 2021-02-18 |
Fecha de Publicación | 2021-02-18 |
Desarrollador | yoavdevacc |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |