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
What is Morfix Translator?
Morfix Translator is a Chrome extension developed by yoavdevacc, and its main feature is "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".
Extension Screenshots
Download Morfix Translator Extension CRX File
Download Morfix Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Extension Basic Information
Name | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Official URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
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 |
File Size | 20.31 KB |
Installation Count | 296 |
Current Version | 0.11 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-18 |
Developer | yoavdevacc |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |