Search Button for thefreedictionary.com
thefreedictionary.com
O que é Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com é uma extensão do Chrome desenvolvida por zardosht, e sua principal característica é "thefreedictionary.com".
Baixar o arquivo CRX da Extensão Search Button for thefreedictionary.com
Baixe arquivos de extensão Search Button for thefreedictionary.com 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
Search thefreedictionary.com in a new tab for the text selected in current tab.
Informações Básicas da Extensão
Nome | |
ID | lobdnldkapamadicogghpemeeacihpha |
URL Oficial | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Descrição | thefreedictionary.com |
Tamanho do Arquivo | 12.86 KB |
Contagem de Instalações | 146 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-11 |
Data de Publicação | 2014-01-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | zardosht |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Button for thefreedictionary.com", "version": "1.0", "background": { "scripts": [ "content\/background.js" ], "persistent": false }, "description": "thefreedictionary.com", "browser_action": { "default_icon": "icons\/fd.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/selection_service.js" ] } ], "permissions": [ "http:\/\/www.thefreedictionary.com\/", "tabs", "activeTab" ] } |