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
Was ist Morfix Translator?
Morfix Translator ist eine Chrome-Erweiterung, die von yoavdevacc entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
Morfix Translator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Morfix Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Grundlegende Informationen zur Erweiterung
Name | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Offizielle URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Beschreibung | 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 |
Dateigröße | 20.31 KB |
Installationsanzahl | 296 |
Aktuelle Version | 0.11 |
Letztes Update | 2021-02-18 |
Veröffentlichungsdatum | 2021-02-18 |
Entwickler | yoavdevacc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |