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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paweł Urbanek และคุณลักษณะหลักของมันคือ "Instant access to the search bars every Rails developer needs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ruby on Rails Search Kit

ดาวน์โหลดไฟล์ส่วนขยาย 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
}