Look-it-up

Adds context menu item that looks up selected text on dictionary sites

What is Look-it-up?

Look-it-up is a Chrome extension developed by https://timothytocci.wordpress.com, and its main feature is "Adds context menu item that looks up selected text on dictionary sites".

Extension Screenshots

screenshot
screenshot

Download Look-it-up Extension CRX File

Download Look-it-up 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

                        A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. 
To view the source code for this extension and many more visit: http://timothytocci.com/                    

Extension Basic Information

Name Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
Official URL https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Description Adds context menu item that looks up selected text on dictionary sites
File Size 12.31 KB
Installation Count 274
Current Version 0.2
Last Updated 2014-05-31
Publish Date 2014-05-31
Rating 4.50/5 Total 2 Ratings
Developer https://timothytocci.wordpress.com
Payment Type free
Extension Website http://timothytocci.com/
Help Page URL http://timothytocci.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look-it-up",
    "description": "Adds context menu item that looks up selected text on dictionary sites",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png",
        "128": "book128.png"
    },
    "manifest_version": 2
}