Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Qu'est-ce que Look-it-up ?
Look-it-up est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "Adds context menu item that looks up selected text on dictionary sites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Look-it-up
Téléchargez les fichiers d'extension Look-it-up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | ipjahghegoomngoikgmnngibghgockhm |
URL Officiel | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
Description | Adds context menu item that looks up selected text on dictionary sites |
Taille du Fichier | 12.31 KB |
Nombre d'Installations | 274 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2014-05-31 |
Date de Publication | 2014-05-31 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://timothytocci.wordpress.com |
Type de Paiement | free |
Site Web de l'Extension | http://timothytocci.com/ |
URL de la Page d'Aide | http://timothytocci.com/ |
Langues Prises en Charge | 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 } |