Look-it-up

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

Co je Look-it-up?

Look-it-up je rozšíření Chrome vyvinuté https://timothytocci.wordpress.com, a jeho hlavní funkcí je „Adds context menu item that looks up selected text on dictionary sites“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Look-it-up

Stáhněte si soubory rozšíření Look-it-up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
Oficiální URL https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Popis Adds context menu item that looks up selected text on dictionary sites
Velikost souboru 12.31 KB
Počet instalací 274
Aktuální Verze 0.2
Poslední Aktualizace 2014-05-31
Datum Vydání 2014-05-31
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://timothytocci.wordpress.com
Typ Platby free
Webové stránky Rozšíření http://timothytocci.com/
URL Stránky Nápovědy http://timothytocci.com/
Podporované Jazyky 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
}