RubyDoc Search
Search Ruby documentation from ruby-doc.org within the Chrome omnibox
RubyDoc Searchคืออะไร?
RubyDoc Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dave McCloskey และคุณลักษณะหลักของมันคือ "Search Ruby documentation from ruby-doc.org within the Chrome omnibox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RubyDoc Search
ดาวน์โหลดไฟล์ส่วนขยาย RubyDoc Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Adds a custom search engine to the Chrome omnibox.  Just type "rdoc" then tab to start a custom search.  Your query will show results from ruby-doc.org.
This is a fork from MDN Search and available on github at https://github.com/dave-mccloskey/ruby-doc-search.
Thanks to https://github.com/lorddoig for v2 updates.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | lhaebcbddhgblebbgogeikhnecldoigd | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rubydoc-search/lhaebcbddhgblebbgogeikhnecldoigd | 
| คำอธิบาย | Search Ruby documentation from ruby-doc.org within the Chrome omnibox | 
| ขนาดไฟล์ | 323 KB | 
| จำนวนการติดตั้ง | 117 | 
| เวอร์ชันปัจจุบัน | 2.0.1 | 
| อัปเดตครั้งล่าสุด | 2022-03-29 | 
| วันที่เผยแพร่ | 2014-03-28 | 
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน | 
| ผู้พัฒนา | Dave McCloskey | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RubyDoc Search",
    "description": "Search Ruby documentation from ruby-doc.org within the Chrome omnibox",
    "version": "2.0.1",
    "omnibox": {
        "keyword": "rdoc"
    },
    "options_page": "options\/index.html",
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "rubydoc-16.png",
        "48": "rubydoc-48.png",
        "128": "rubydoc-128.png",
        "512": "rubydoc-512.png"
    },
    "background": {
        "scripts": [
            "jquery-1.7.2.min.js",
            "underscore-1.3.3.min.js",
            "rubydoc_search.js"
        ]
    }
}  |  |