Translate with Translatium

Select text with your mouse and translate with just one click (Translatium desktop app required).

Что такое Translate with Translatium?

Translate with Translatium - это расширение Chrome, разработанное https://translatium.app, и его основная функция - "Select text with your mouse and translate with just one click (Translatium desktop app required).".

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

screenshot
screenshot

Скачать файл CRX расширения Translate with Translatium

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

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

                        Select text with your mouse and translate with just one click (Translatium desktop app required).

---

Extends the Translatium app on your Mac, Windows PC or Linux, so you can select text with your mouse and translate with just one click.

⚠️ The Translatium extension requires the Translatium app for Mac, Windows or Linux: https://translatium.app

If you have the Translatium app on your Mac, Windows PC or Linux, install this extension to translate selected text quickly.                    

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

Название Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
Официальный URL https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
Описание Select text with your mouse and translate with just one click (Translatium desktop app required).
Размер файла 36.54 KB
Количество установок 6,200
Текущая Версия 1.2
Последнее Обновление 2022-11-20
Дата публикации 2021-05-17
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://translatium.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://translatium.app/
URL страницы помощи https://translatium.app/help/
URL страницы политики конфиденциальности https://about.webcatalog.io/privacy
Поддерживаемые языки en,vi,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}