Ruby on Rails Search Kit
Instant access to the search bars every Rails developer needs
Cos'è Ruby on Rails Search Kit?
Ruby on Rails Search Kit è un'estensione di Chrome sviluppata da Paweł Urbanek, e la sua funzione principale è "Instant access to the search bars every Rails developer needs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ruby on Rails Search Kit
Scarica i file di estensione Ruby on Rails Search Kit 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mbffhkcblmeaokcipfiockenaijcoikg |
| URL Ufficiale | https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg |
| Descrizione | Instant access to the search bars every Rails developer needs |
| Dimensione del File | 43.27 KB |
| Conteggio Installazioni | 486 |
| Versione Corrente | 0.2.4 |
| Ultimo Aggiornamento | 2014-01-22 |
| Data di Pubblicazione | 2014-01-22 |
| Valutazione | 4.45/5 Totale 11 Valutazioni |
| Sviluppatore | Paweł Urbanek |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/pawurb/railsSearchKit |
| Lingue Supportate | 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
} | |