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 to jest Morfix Translator?
Morfix Translator to rozszerzenie Chrome opracowane przez yoavdevacc, a jego główną funkcją jest „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”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Morfix Translator
Pobierz pliki rozszerzeń Morfix Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Podstawowe informacje o rozszerzeniu
Nazwa | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Oficjalny URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Opis | 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 |
Rozmiar pliku | 20.31 KB |
Liczba instalacji | 296 |
Aktualna Wersja | 0.11 |
Ostatnia Aktualizacja | 2021-02-18 |
Data Publikacji | 2021-02-18 |
Deweloper | yoavdevacc |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |