azerdict translate

Translate just by clicking right button of your mouse on a selected text

Co to jest azerdict translate?

azerdict translate to rozszerzenie Chrome opracowane przez https://azerdict.com, a jego główną funkcją jest „Translate just by clicking right button of your mouse on a selected text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia azerdict translate

Pobierz pliki rozszerzeń azerdict translate 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
Oficjalny URL https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea
Opis Translate just by clicking right button of your mouse on a selected text
Rozmiar pliku 5.47 KB
Liczba instalacji 19
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2015-09-04
Data Publikacji 2015-09-03
Deweloper https://azerdict.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "homepage_url": "http:\/\/azerdict.com",
    "offline_enabled": false,
    "version": "1.1.0",
    "page_action": {
        "default_icon": "azerdict-icon-little.png",
        "default_title": "__MSG_extTitle__"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "azerdict-icon-little.png",
        "16": "azerdict-icon-little.png"
    },
    "manifest_version": 2
}