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
Wat is Morfix Translator?
Morfix Translator is een Chrome-extensie ontwikkeld door yoavdevacc, en de belangrijkste functie 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".
Extensie Screenshots
Download het CRX-bestand van de extensie Morfix Translator
Download Morfix Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Basisinformatie over de Extensie
Naam | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Officiële URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Beschrijving | 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 |
Bestandsgrootte | 20.31 KB |
Aantal Installaties | 296 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2021-02-18 |
Publicatiedatum | 2021-02-18 |
Ontwikkelaar | yoavdevacc |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |