YaTranslate

Quick translator based on Yandex API. Just double click on word you need to translate!

Что такое YaTranslate?

YaTranslate - это расширение Chrome, разработанное https://mkuzmich.com, и его основная функция - "Quick translator based on Yandex API. Just double click on word you need to translate!".

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

screenshot
screenshot
screenshot

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

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

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

                        SORRY, TEMPORARILY DOES NOT WORK PROPERLY

This extension you can use to quickly translate word or few of them, while reading text or browsing web-pages. 
So you dont need to waste your time, going to translator.                    

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

Название YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
Официальный URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Описание Quick translator based on Yandex API. Just double click on word you need to translate!
Размер файла 48.71 KB
Количество установок 147
Текущая Версия 1.0.0
Последнее Обновление 2018-01-25
Дата публикации 2018-01-24
Рейтинг 3.40/5 Всего 5 оценок
Разработчик https://mkuzmich.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YaTranslate",
    "version": "1.0.0",
    "description": "Quick translator based on Yandex API. Just double click on word you need to translate!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "author": "http:\/\/mkuzmich.com",
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}