Ruby on Rails Search Kit

Instant access to the search bars every Rails developer needs

Qu'est-ce que Ruby on Rails Search Kit ?

Ruby on Rails Search Kit est une extension Chrome développée par Paweł Urbanek, et sa fonction principale est "Instant access to the search bars every Rails developer needs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ruby on Rails Search Kit

Téléchargez les fichiers d'extension Ruby on Rails Search Kit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ruby on Rails Search Kit Ruby on Rails Search Kit
ID mbffhkcblmeaokcipfiockenaijcoikg
URL Officiel https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg
Description Instant access to the search bars every Rails developer needs
Taille du Fichier 43.27 KB
Nombre d'Installations 486
Version Actuelle 0.2.4
Dernière Mise à Jour 2014-01-22
Date de Publication 2014-01-22
Évaluation 4.45/5 Total 11 Évaluations
Développeur Paweł Urbanek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pawurb/railsSearchKit
Langues Prises en Charge 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
}