Ruby on Rails Search Kit
Instant access to the search bars every Rails developer needs
Ruby on Rails Search Kit là gì?
Ruby on Rails Search Kit là một tiện ích mở rộng Chrome được phát triển bởi Paweł Urbanek, và tính năng chính của nó là "Instant access to the search bars every Rails developer needs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ruby on Rails Search Kit
Tải xuống các tệp mở rộng Ruby on Rails Search Kit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ruby on Rails Search Kit |
ID | mbffhkcblmeaokcipfiockenaijcoikg |
URL Chính Thức | https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg |
Mô tả | Instant access to the search bars every Rails developer needs |
Kích Thước Tệp | 43.27 KB |
Số Lần Cài Đặt | 486 |
Phiên Bản Hiện Tại | 0.2.4 |
Cập Nhật Lần Cuối | 2014-01-22 |
Ngày Phát Hành | 2014-01-22 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Paweł Urbanek |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pawurb/railsSearchKit |
Ngôn Ngữ Được Hỗ Trợ | 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 } |