Linguee-Translator
Translate words using the Linguee.com service.
Что такое Linguee-Translator?
Linguee-Translator - это расширение Chrome, разработанное Javier, и его основная функция - "Translate words using the Linguee.com service.".
Снимки экрана расширения
Скачать файл CRX расширения Linguee-Translator
Скачайте файлы расширений Linguee-Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A WebExtension for translating words using the Linguee.com service.
Основная информация о расширении
Название | Linguee-Translator |
ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
Официальный URL | https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl |
Описание | Translate words using the Linguee.com service. |
Размер файла | 410 KB |
Количество установок | 2,192 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2020-04-08 |
Дата публикации | 2020-04-07 |
Рейтинг | 4.78/5 Всего 9 оценок |
Разработчик | Javier |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/javierdwd/linguee-browser-extension |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linguee-Translator", "version": "1.1.0", "description": "Translate words using the Linguee.com service.", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "64": "images\/icons\/icon64.png", "96": "images\/icons\/icon96.png", "128": "images\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.linguee.com\/*", "activeTab", "storage" ], "browser_action": { "default_title": "Linguee-Translator", "default_icon": { "32": "images\/icons\/icon32.png" }, "default_popup": "html\/popup.html" } } |