Ruby on Rails Search Kit

Instant access to the search bars every Rails developer needs

O que é Ruby on Rails Search Kit?

Ruby on Rails Search Kit é uma extensão do Chrome desenvolvida por Paweł Urbanek, e sua principal característica é "Instant access to the search bars every Rails developer needs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ruby on Rails Search Kit

Baixe arquivos de extensão Ruby on Rails Search Kit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição Instant access to the search bars every Rails developer needs
Tamanho do Arquivo 43.27 KB
Contagem de Instalações 486
Versão Atual 0.2.4
Última Atualização 2014-01-22
Data de Publicação 2014-01-22
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor Paweł Urbanek
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pawurb/railsSearchKit
Idiomas Suportados 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
}