Wiktionary Translator

Quickly look up words in wiktionary as you read

Qu'est-ce que Wiktionary Translator ?

Wiktionary Translator est une extension Chrome développée par axolotl, et sa fonction principale est "Quickly look up words in wiktionary as you read".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wiktionary Translator

Téléchargez les fichiers d'extension Wiktionary Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
URL Officiel https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Description Quickly look up words in wiktionary as you read
Taille du Fichier 82.76 KB
Nombre d'Installations 223
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-03-16
Date de Publication 2015-03-16
Évaluation 2.78/5 Total 9 Évaluations
Développeur axolotl
Type de Paiement free
Site Web de l'Extension https://github.com/Risto-Stevcev/wiktionary-translator
Langues Prises en Charge 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"
            }
        }
    }
}