Look-it-up
Adds context menu item that looks up selected text on dictionary sites
O que é Look-it-up?
Look-it-up é uma extensão do Chrome desenvolvida por https://timothytocci.wordpress.com, e sua principal característica é "Adds context menu item that looks up selected text on dictionary sites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Look-it-up
Baixe arquivos de extensão Look-it-up no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | ipjahghegoomngoikgmnngibghgockhm |
URL Oficial | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
Descrição | Adds context menu item that looks up selected text on dictionary sites |
Tamanho do Arquivo | 12.31 KB |
Contagem de Instalações | 274 |
Versão Atual | 0.2 |
Última Atualização | 2014-05-31 |
Data de Publicação | 2014-05-31 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | https://timothytocci.wordpress.com |
Tipo de Pagamento | free |
Site da Extensão | http://timothytocci.com/ |
URL da Página de Ajuda | http://timothytocci.com/ |
Idiomas Suportados | 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 } |