Wiktionary Translator

Quickly look up words in wiktionary as you read

What is Wiktionary Translator?

Wiktionary Translator is a Chrome extension developed by axolotl, and its main feature is "Quickly look up words in wiktionary as you read".

Extension Screenshots

screenshot

Download Wiktionary Translator Extension CRX File

Download Wiktionary Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
Official URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Description Quickly look up words in wiktionary as you read
File Size 82.76 KB
Installation Count 223
Current Version 1.0.0
Last Updated 2015-03-16
Publish Date 2015-03-16
Rating 2.78/5 Total 9 Ratings
Developer axolotl
Payment Type free
Extension Website https://github.com/Risto-Stevcev/wiktionary-translator
Supported Languages 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"
            }
        }
    }
}