My translator

My translator - In-context translator tool. Select and click - get translation

Что такое My translator?

My translator - это расширение Chrome, разработанное Tracy Cooper, и его основная функция - "My translator - In-context translator tool. Select and click - get translation".

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

screenshot

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

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

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

                        My Translator is a translator tool from one language to another. You don’t have to leave the page to get a translation - we show the translation tool INLINE.

Features:
⭐ Inline translator tool 
⭐ Select the default language (Change in the popup)
⭐ Run translator in the popup                    

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

Название My translator My translator
ID chlmfnfjlieaejfpcgjkkillpnllmiai
Официальный URL https://chrome.google.com/webstore/detail/my-translator/chlmfnfjlieaejfpcgjkkillpnllmiai
Описание My translator - In-context translator tool. Select and click - get translation
Размер файла 128 KB
Количество установок 500,000
Текущая Версия 0.13.3
Последнее Обновление 2020-11-18
Дата публикации 2020-11-03
Рейтинг 4.07/5 Всего 28 оценок
Разработчик Tracy Cooper
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://1drv.ms/w/s!AlgAs--DbB1qgRMFAmL11amd8Bbt?e=nkqvOv
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "jquery.js",
                "inject\/inject.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "0.13.3"
}