Vimeo Search
To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
¿Qué es Vimeo Search?
Vimeo Search es una extensión de Chrome desarrollada por http://timothytocci.wordpress.com, y su función principal es "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vimeo Search
Descarga archivos de extensión Vimeo Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | fimpclpielikjondmhhjbkafhjpgdjpm |
URL Oficial | https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm |
Descripción | To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com |
Tamaño del Archivo | 14.46 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 0.1 |
Última Actualización | 2014-01-26 |
Fecha de Publicación | 2014-01-26 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | http://timothytocci.wordpress.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://timothytocci.com/ |
URL de la Página de Ayuda | http://timothytocci.com/ |
Idiomas Soportados | 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 } |