Look-it-up

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

Was ist Look-it-up?

Look-it-up ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds context menu item that looks up selected text on dictionary sites".

Erweiterungsscreenshots

screenshot
screenshot

Look-it-up-Erweiterungs-CRX-Datei herunterladen

Laden Sie Look-it-up-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
Offizielle URL https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Beschreibung Adds context menu item that looks up selected text on dictionary sites
Dateigröße 12.31 KB
Installationsanzahl 274
Aktuelle Version 0.2
Letztes Update 2014-05-31
Veröffentlichungsdatum 2014-05-31
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://timothytocci.wordpress.com
Zahlungsart free
Erweiterungswebsite http://timothytocci.com/
Hilfeseite URL http://timothytocci.com/
Unterstützte Sprachen 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
}