YaTranslate

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

Co to jest YaTranslate?

YaTranslate to rozszerzenie Chrome opracowane przez https://mkuzmich.com, a jego główną funkcją jest „Quick translator based on Yandex API. Just double click on word you need to translate!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YaTranslate

Pobierz pliki rozszerzeń YaTranslate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
Oficjalny URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Opis Quick translator based on Yandex API. Just double click on word you need to translate!
Rozmiar pliku 48.71 KB
Liczba instalacji 147
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-01-25
Data Publikacji 2018-01-24
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper https://mkuzmich.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}