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
Co je Morfix Translator?
Morfix Translator je rozšíření Chrome vyvinuté yoavdevacc, a jeho hlavní funkcí je „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“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Morfix Translator
Stáhněte si soubory rozšíření Morfix Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Základní Informace o Rozšíření
Název | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Oficiální URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Popis | 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 |
Velikost souboru | 20.31 KB |
Počet instalací | 296 |
Aktuální Verze | 0.11 |
Poslední Aktualizace | 2021-02-18 |
Datum Vydání | 2021-02-18 |
Vývojář | yoavdevacc |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |