Alexa Search

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

Cos'è Alexa Search?

Alexa Search è un'estensione di Chrome sviluppata da https://timothytocci.wordpress.com, e la sua funzione principale è "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Alexa Search

Scarica i file di estensione Alexa Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
URL Ufficiale https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
Descrizione To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Dimensione del File 16.31 KB
Conteggio Installazioni 148
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-28
Data di Pubblicazione 2014-01-27
Sviluppatore https://timothytocci.wordpress.com
Tipo di Pagamento free
Sito Web dell'Estensione http://timothytocci.com/
URL della Pagina di Aiuto http://timothytocci.com/
Lingue Supportate 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
}