Vimeo Search

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

Что такое Vimeo Search?

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

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Vimeo from your browser. 
To use, type 'vim' & space, and a query term into the Omnibox. 
To view the code for this addon and many more go to http://timothytocci.com/                    

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

Название Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Официальный URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Описание To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Размер файла 14.46 KB
Количество установок 61
Текущая Версия 0.1
Последнее Обновление 2014-01-26
Дата публикации 2014-01-26
Рейтинг 4.33/5 Всего 3 оценок
Разработчик http://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": "Vimeo Search",
    "short_name": "vim Search",
    "description": "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "vim"
    },
    "icons": {
        "16": "vim_16.png",
        "32": "vim_32.png",
        "48": "vim_48.png",
        "128": "vim_128.png"
    },
    "manifest_version": 2
}