Vimeo Search

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

Co to jest Vimeo Search?

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

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vimeo Search

Pobierz pliki rozszerzeń Vimeo 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 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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Oficjalny URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Opis To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Rozmiar pliku 14.46 KB
Liczba instalacji 61
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-26
Data Publikacji 2014-01-26
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper http://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": "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
}