Look-it-up

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

Cos'è Look-it-up?

Look-it-up è un'estensione di Chrome sviluppata da https://timothytocci.wordpress.com, e la sua funzione principale è "Adds context menu item that looks up selected text on dictionary sites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Look-it-up

Scarica i file di estensione Look-it-up in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
URL Ufficiale https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Descrizione Adds context menu item that looks up selected text on dictionary sites
Dimensione del File 12.31 KB
Conteggio Installazioni 274
Versione Corrente 0.2
Ultimo Aggiornamento 2014-05-31
Data di Pubblicazione 2014-05-31
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://timothytocci.wordpress.com
Tipo di Pagamento free
Sito Web dell'Estensione http://timothytocci.com/
URL della Pagina di Aiuto http://timothytocci.com/
Lingue Supportate 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
}