Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

Co je Zaqwes Translate?

Zaqwes Translate je rozšíření Chrome vyvinuté vda, a jeho hlavní funkcí je „The simplest intext translator (Google Translate). Just select peace of text and open context menu.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Zaqwes Translate

Stáhněte si soubory rozšíření Zaqwes 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í

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

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

Název Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
Oficiální URL https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
Popis The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Velikost souboru 39.56 KB
Počet instalací 14
Aktuální Verze 0.3.3
Poslední Aktualizace 2014-08-15
Datum Vydání 2014-08-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář vda
Typ Platby free
Podporované Jazyky zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}