YaTranslate

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

Wat is YaTranslate?

YaTranslate is een Chrome-extensie ontwikkeld door https://mkuzmich.com, en de belangrijkste functie is "Quick translator based on Yandex API. Just double click on word you need to translate!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YaTranslate

Download YaTranslate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
Officiële URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Beschrijving Quick translator based on Yandex API. Just double click on word you need to translate!
Bestandsgrootte 48.71 KB
Aantal Installaties 147
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-01-25
Publicatiedatum 2018-01-24
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://mkuzmich.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}