Ruby on Rails Search Kit

Instant access to the search bars every Rails developer needs

Ruby on Rails Search Kit क्या है?

Ruby on Rails Search Kit Paweł Urbanek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant access to the search bars every Rails developer needs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ruby on Rails Search Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Ruby on Rails Search Kit Ruby on Rails Search Kit
ID mbffhkcblmeaokcipfiockenaijcoikg
आधिकारिक URL https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg
विवरण Instant access to the search bars every Rails developer needs
फ़ाइल का आकार 43.27 KB
स्थापना संख्या 486
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2014-01-22
प्रकाशन तिथि 2014-01-22
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर Paweł Urbanek
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pawurb/railsSearchKit
समर्थित भाषाएँ 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
}