Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

Что такое Language Tools?

Language Tools - это расширение Chrome, разработанное https://browsernative.com, и его основная функция - "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".

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

screenshot
screenshot
screenshot

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

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

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

                        Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. 
Users can also set their preferred language to translate.

Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.                    

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

Название Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
Официальный URL https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
Описание Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Размер файла 8.94 KB
Количество установок 2,000
Текущая Версия 1.1.0
Последнее Обновление 2023-11-27
Дата публикации 2022-02-15
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://browsernative.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://browsernative.com/language-tools/
URL страницы помощи https://browsernative.com/language-tools/
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Tools",
    "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png"
        },
        "default_title": "Translate This Page"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/language-tools\/"
}