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”。
擴展截圖
下載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 |
ID | mbffhkcblmeaokcipfiockenaijcoikg |
官方網址 | 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 } |