YaTranslate

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

Was ist YaTranslate?

YaTranslate ist eine Chrome-Erweiterung, die von https://mkuzmich.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick translator based on Yandex API. Just double click on word you need to translate!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

YaTranslate-Erweiterungs-CRX-Datei herunterladen

Laden Sie YaTranslate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
Offizielle URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Beschreibung Quick translator based on Yandex API. Just double click on word you need to translate!
Dateigröße 48.71 KB
Installationsanzahl 147
Aktuelle Version 1.0.0
Letztes Update 2018-01-25
Veröffentlichungsdatum 2018-01-24
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler https://mkuzmich.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}