Vimeo Search

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

Was ist Vimeo Search?

Vimeo Search ist eine Chrome-Erweiterung, die von http://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Erweiterungsscreenshots

screenshot

Vimeo Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vimeo Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Offizielle URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Beschreibung To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Dateigröße 14.46 KB
Installationsanzahl 61
Aktuelle Version 0.1
Letztes Update 2014-01-26
Veröffentlichungsdatum 2014-01-26
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler http://timothytocci.wordpress.com
Zahlungsart free
Erweiterungswebsite http://timothytocci.com/
Hilfeseite URL http://timothytocci.com/
Unterstützte Sprachen 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
}