Contextual translator

Select the text and click the right button to translate.

Что такое Contextual translator?

Contextual translator - это расширение Chrome, разработанное https://n10.dev, и его основная функция - "Select the text and click the right button to translate.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Contextual translator

Скачайте файлы расширений Contextual translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Impossible easier:

- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.

Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual                    

Основная информация о расширении

Название Contextual translator Contextual translator
ID lonkkphbooogeflneiinlchdpbjmipbn
Официальный URL https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn
Описание Select the text and click the right button to translate.
Размер файла 41.25 KB
Количество установок 5,093
Текущая Версия 4.0
Последнее Обновление 2023-12-18
Дата публикации 2020-03-21
Рейтинг 3.83/5 Всего 54 оценок
Разработчик https://n10.dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://n10.dev
Поддерживаемые языки en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Edgar Mir\u00f3",
    "homepage_url": "https:\/\/www.n10.dev",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": false,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}