Ruby on Rails Search Kit

Instant access to the search bars every Rails developer needs

¿Qué es Ruby on Rails Search Kit?

Ruby on Rails Search Kit es una extensión de Chrome desarrollada por Paweł Urbanek, y su función principal es "Instant access to the search bars every Rails developer needs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ruby on Rails Search Kit

Descarga archivos de extensión Ruby on Rails Search Kit 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 search bars every Rails developer needs:

- GitHub
- Rails API
- Ruby-DOC
- Ruby Gems

Click the icon or press CTRL+SHIFT+F to bring up the search boxes. Select the target one with TAB. Type in the search phrase and press ENTER. 

Results will display in the current tab.

If you already have a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.

You can check out the source code:
https://github.com/pawurb/railsSearchKit                    

Información Básica de la Extensión

Nombre Ruby on Rails Search Kit Ruby on Rails Search Kit
ID mbffhkcblmeaokcipfiockenaijcoikg
URL Oficial https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg
Descripción Instant access to the search bars every Rails developer needs
Tamaño del Archivo 43.27 KB
Cantidad de Instalaciones 486
Versión Actual 0.2.4
Última Actualización 2014-01-22
Fecha de Publicación 2014-01-22
Calificación 4.45/5 Total de 11 Calificaciones
Desarrollador Paweł Urbanek
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/pawurb/railsSearchKit
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ruby on Rails Search Kit",
    "description": "Instant access to the search bars every Rails developer needs",
    "version": "0.2.4",
    "browser_action": {
        "default_title": "Ruby on Rails Search Kit",
        "default_popup": "search_bars.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
}