Alexa Search

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

Что такое Alexa Search?

Alexa Search - это расширение Chrome, разработанное https://timothytocci.wordpress.com, и его основная функция - "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Alexa Search

Скачайте файлы расширений Alexa Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
Официальный URL https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
Описание To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Размер файла 16.31 KB
Количество установок 148
Текущая Версия 0.1
Последнее Обновление 2014-01-28
Дата публикации 2014-01-27
Разработчик https://timothytocci.wordpress.com
Тип оплаты free
Официальный сайт расширения http://timothytocci.com/
URL страницы помощи http://timothytocci.com/
Поддерживаемые языки 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
}