Wiktionary Translator

Quickly look up words in wiktionary as you read

Co je Wiktionary Translator?

Wiktionary Translator je rozšíření Chrome vyvinuté axolotl, a jeho hlavní funkcí je „Quickly look up words in wiktionary as you read“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wiktionary Translator

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

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

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

Název Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
Oficiální URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Popis Quickly look up words in wiktionary as you read
Velikost souboru 82.76 KB
Počet instalací 223
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-03-16
Datum Vydání 2015-03-16
Hodnocení 2.78/5 Celkem 9 Hodnocení
Vývojář axolotl
Typ Platby free
Webové stránky Rozšíření https://github.com/Risto-Stevcev/wiktionary-translator
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}