azerdict translate

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

Co je azerdict translate?

azerdict translate je rozšíření Chrome vyvinuté https://azerdict.com, a jeho hlavní funkcí je „Translate just by clicking right button of your mouse on a selected text“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření azerdict translate

Stáhněte si soubory rozšíření azerdict translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
Oficiální URL https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea
Popis Translate just by clicking right button of your mouse on a selected text
Velikost souboru 5.47 KB
Počet instalací 19
Aktuální Verze 1.1.0
Poslední Aktualizace 2015-09-04
Datum Vydání 2015-09-03
Vývojář https://azerdict.com
Typ Platby free
Podporované Jazyky 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
}