Alexa Search

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

Co to jest Alexa Search?

Alexa Search to rozszerzenie Chrome opracowane przez https://timothytocci.wordpress.com, a jego główną funkcją jest „To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Alexa Search

Pobierz pliki rozszerzeń Alexa Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
Oficjalny URL https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
Opis To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Rozmiar pliku 16.31 KB
Liczba instalacji 148
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-28
Data Publikacji 2014-01-27
Deweloper https://timothytocci.wordpress.com
Typ Płatności free
Strona Rozszerzenia http://timothytocci.com/
Adres URL Strony Pomocy http://timothytocci.com/
Obsługiwane Języki 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
}