Vimeo Search
To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Cos'è Vimeo Search?
Vimeo Search è un'estensione di Chrome sviluppata da http://timothytocci.wordpress.com, e la sua funzione principale è "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vimeo Search
Scarica i file di estensione Vimeo Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | fimpclpielikjondmhhjbkafhjpgdjpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm |
Descrizione | To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com |
Dimensione del File | 14.46 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-01-26 |
Data di Pubblicazione | 2014-01-26 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | http://timothytocci.wordpress.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://timothytocci.com/ |
URL della Pagina di Aiuto | http://timothytocci.com/ |
Lingue Supportate | 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 } |