YaTranslate

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

Cos'è YaTranslate?

YaTranslate è un'estensione di Chrome sviluppata da https://mkuzmich.com, e la sua funzione principale è "Quick translator based on Yandex API. Just double click on word you need to translate!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YaTranslate

Scarica i file di estensione YaTranslate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
URL Ufficiale https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Descrizione Quick translator based on Yandex API. Just double click on word you need to translate!
Dimensione del File 48.71 KB
Conteggio Installazioni 147
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-01-25
Data di Pubblicazione 2018-01-24
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore https://mkuzmich.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}