Vimeo Search

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

Qu'est-ce que Vimeo Search ?

Vimeo Search est une extension Chrome développée par http://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vimeo Search

Téléchargez les fichiers d'extension Vimeo Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
URL Officiel https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Description To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Taille du Fichier 14.46 KB
Nombre d'Installations 61
Version Actuelle 0.1
Dernière Mise à Jour 2014-01-26
Date de Publication 2014-01-26
Évaluation 4.33/5 Total 3 Évaluations
Développeur http://timothytocci.wordpress.com
Type de Paiement free
Site Web de l'Extension http://timothytocci.com/
URL de la Page d'Aide http://timothytocci.com/
Langues Prises en Charge 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
}