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によって開発されたChromeの拡張機能で、その主な機能は「Instant access to the search bars every Rails developer needs」です。

拡張機能のスクリーンショット

screenshot

Ruby on Rails Search Kit拡張機能のCRXファイルをダウンロード

Ruby on Rails Search Kit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}