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
电子邮箱 [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
}