GitHub Search Tool
Instant access to the GitHub search bar
¿Qué es GitHub Search Tool?
GitHub Search Tool es una extensión de Chrome desarrollada por Paweł Urbanek, y su función principal es "Instant access to the GitHub search bar".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GitHub Search Tool
Descarga archivos de extensión GitHub Search Tool 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
Extension provides access to the GitHub search bar. Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. Results will display in the current tab. If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
Información Básica de la Extensión
Nombre | GitHub Search Tool |
ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
URL Oficial | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
Descripción | Instant access to the GitHub search bar |
Tamaño del Archivo | 23.06 KB |
Cantidad de Instalaciones | 215 |
Versión Actual | 0.2.2 |
Última Actualización | 2013-12-02 |
Fecha de Publicación | 2013-12-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Paweł Urbanek |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/pawurb/GitHubSimpleSearch |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Search Tool", "description": "Instant access to the GitHub search bar", "version": "0.2.2", "browser_action": { "default_title": "GitHub Simple Search", "default_popup": "search_bar.html", "default_icon": "images\/popup-icon.png" }, "icons": { "128": "images\/128-icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "manifest_version": 2 } |