YaTranslate

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

What is YaTranslate?

YaTranslate is a Chrome extension developed by https://mkuzmich.com, and its main feature is "Quick translator based on Yandex API. Just double click on word you need to translate!".

Extension Screenshots

screenshot
screenshot
screenshot

Download YaTranslate Extension CRX File

Download YaTranslate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
Official URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Description Quick translator based on Yandex API. Just double click on word you need to translate!
File Size 48.71 KB
Installation Count 147
Current Version 1.0.0
Last Updated 2018-01-25
Publish Date 2018-01-24
Rating 3.40/5 Total 5 Ratings
Developer https://mkuzmich.com
Payment Type free
Supported Languages 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"
    ]
}