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
Vad är Morfix Translator?
Morfix Translator är en Chrome-tillägg utvecklad av yoavdevacc, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner Morfix Translator-förlängningens CRX-fil
Ladda ner Morfix Translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Grundläggande Information om Tillägg
Namn | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Officiell webbadress | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Beskrivning | 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 |
Filstorlek | 20.31 KB |
Antal Installationer | 296 |
Aktuell Version | 0.11 |
Senast Uppdaterad | 2021-02-18 |
Publiceringsdatum | 2021-02-18 |
Utvecklare | yoavdevacc |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |