YaTranslate

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

Qu'est-ce que YaTranslate ?

YaTranslate est une extension Chrome développée par https://mkuzmich.com, et sa fonction principale est "Quick translator based on Yandex API. Just double click on word you need to translate!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YaTranslate

Téléchargez les fichiers d'extension YaTranslate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
URL Officiel https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Description Quick translator based on Yandex API. Just double click on word you need to translate!
Taille du Fichier 48.71 KB
Nombre d'Installations 147
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-01-25
Date de Publication 2018-01-24
Évaluation 3.40/5 Total 5 Évaluations
Développeur https://mkuzmich.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}