Alexa Search

To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com

¿Qué es Alexa Search?

Alexa Search es una extensión de Chrome desarrollada por https://timothytocci.wordpress.com, y su función principal es "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Alexa Search

Descarga archivos de extensión Alexa Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
URL Oficial https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
Descripción To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Tamaño del Archivo 16.31 KB
Cantidad de Instalaciones 148
Versión Actual 0.1
Última Actualización 2014-01-28
Fecha de Publicación 2014-01-27
Desarrollador https://timothytocci.wordpress.com
Tipo de Pago free
Sitio Web de la Extensión http://timothytocci.com/
URL de la Página de Ayuda http://timothytocci.com/
Idiomas Soportados 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
}