Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
O que é Alexa Search?
Alexa Search é uma extensão do Chrome desenvolvida por https://timothytocci.wordpress.com, e sua principal característica é "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alexa Search
Baixe arquivos de extensão Alexa Search 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
This is an Omnibox extension that enables you to search Alexa from the browser. To use, type 'alx' & space, and a query term into the Omnibox. To view the code for this extension and many more visit http://timothytocci.com/
Informações Básicas da Extensão
Nome | Alexa Search |
ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
URL Oficial | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
Descrição | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
Tamanho do Arquivo | 16.31 KB |
Contagem de Instalações | 148 |
Versão Atual | 0.1 |
Última Atualização | 2014-01-28 |
Data de Publicação | 2014-01-27 |
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-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alexa Search", "short_name": "alx Search", "description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "alx" }, "icons": { "16": "alx_16.png", "32": "alx_32.png", "48": "alx_48.png", "128": "alx_128.png" }, "manifest_version": 2 } |