Linguee Context Menu

A chrome plugin witch provides a context menu for easy linguee searches

Что такое Linguee Context Menu?

Linguee Context Menu - это расширение Chrome, разработанное addyi, и его основная функция - "A chrome plugin witch provides a context menu for easy linguee searches".

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

screenshot

Скачать файл CRX расширения Linguee Context Menu

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

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

                        This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.                    

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

Название Linguee Context Menu Linguee Context Menu
ID agcillhniodhhnjmmigkgpbeodnclmmp
Официальный URL https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp
Описание A chrome plugin witch provides a context menu for easy linguee searches
Размер файла 78.15 KB
Количество установок 2,985
Текущая Версия 1.5.1
Последнее Обновление 2019-05-01
Дата публикации 2019-05-01
Рейтинг 4.44/5 Всего 9 оценок
Разработчик addyi
Тип оплаты free
Официальный сайт расширения https://github.com/addyi/linguee-chrome-plugin
URL страницы помощи https://github.com/addyi/linguee-chrome-plugin
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linguee Context Menu",
    "author": "addyi",
    "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "A chrome plugin witch provides a context menu for easy linguee searches",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "img\/pluginIcon128.png",
        "default_popup": "popup.html",
        "default_title": "Linguee Context Menu"
    },
    "icons": {
        "16": "img\/pluginIcon16.png",
        "32": "img\/pluginIcon32.png",
        "48": "img\/pluginIcon48.png",
        "64": "img\/pluginIcon64.png",
        "128": "img\/pluginIcon128.png",
        "256": "img\/pluginIcon256.png",
        "512": "img\/pluginIcon512.png"
    },
    "background": {
        "scripts": [
            "setup.js",
            "contextAction.js"
        ]
    }
}