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
Что такое Morfix Translator?
Morfix Translator - это расширение Chrome, разработанное yoavdevacc, и его основная функция - "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".
Снимки экрана расширения
Скачать файл CRX расширения Morfix Translator
Скачайте файлы расширений Morfix Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
Основная информация о расширении
Название | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
Официальный URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
Описание | 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 |
Размер файла | 20.31 KB |
Количество установок | 296 |
Текущая Версия | 0.11 |
Последнее Обновление | 2021-02-18 |
Дата публикации | 2021-02-18 |
Разработчик | yoavdevacc |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } |