Look-it-up

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

Vad är Look-it-up?

Look-it-up är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "Adds context menu item that looks up selected text on dictionary sites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Look-it-up-förlängningens CRX-fil

Ladda ner Look-it-up-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
Officiell webbadress https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Beskrivning Adds context menu item that looks up selected text on dictionary sites
Filstorlek 12.31 KB
Antal Installationer 274
Aktuell Version 0.2
Senast Uppdaterad 2014-05-31
Publiceringsdatum 2014-05-31
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://timothytocci.wordpress.com
Betalningssätt free
Tilläggswebbplats http://timothytocci.com/
Hjälpsida URL http://timothytocci.com/
Stödda Språk 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
}