Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Wat is Look-it-up?
Look-it-up is een Chrome-extensie ontwikkeld door https://timothytocci.wordpress.com, en de belangrijkste functie is "Adds context menu item that looks up selected text on dictionary sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Look-it-up
Download Look-it-up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | ipjahghegoomngoikgmnngibghgockhm |
Officiële URL | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
Beschrijving | Adds context menu item that looks up selected text on dictionary sites |
Bestandsgrootte | 12.31 KB |
Aantal Installaties | 274 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-05-31 |
Publicatiedatum | 2014-05-31 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://timothytocci.wordpress.com |
Betalingswijze | free |
Extensiewebsite | http://timothytocci.com/ |
Help Pagina-URL | http://timothytocci.com/ |
Ondersteunde Talen | 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 } |