Wiktionary Translator

Quickly look up words in wiktionary as you read

Wat is Wiktionary Translator?

Wiktionary Translator is een Chrome-extensie ontwikkeld door axolotl, en de belangrijkste functie is "Quickly look up words in wiktionary as you read".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wiktionary Translator

Download Wiktionary Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
Officiële URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Beschrijving Quickly look up words in wiktionary as you read
Bestandsgrootte 82.76 KB
Aantal Installaties 223
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-03-16
Publicatiedatum 2015-03-16
Beoordeling 2.78/5 Totaal 9 Beoordelingen
Ontwikkelaar axolotl
Betalingswijze free
Extensiewebsite https://github.com/Risto-Stevcev/wiktionary-translator
Ondersteunde Talen 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"
            }
        }
    }
}