RubyDoc
Ruby API Documentation
RubyDocคืออะไร?
RubyDoc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย achristoph และคุณลักษณะหลักของมันคือ "Ruby API Documentation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RubyDoc
ดาวน์โหลดไฟล์ส่วนขยาย RubyDoc ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Greeting Rubyists! This extension is created to assist you in searching Ruby classes and methods. All of the resources are taken directly from ruby-doc.org website How to Use: - Click the extension button or press the shortcut to open the search popup window: Alt + X on Standard Keyboard, Alt + X on Mac Keyboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RubyDoc |
ID | gogpipblbplekhpfbhphlcofhibbjhoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rubydoc/gogpipblbplekhpfbhphlcofhibbjhoh |
คำอธิบาย | Ruby API Documentation |
ขนาดไฟล์ | 1.18 MB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-04-24 |
วันที่เผยแพร่ | 2014-04-24 |
ผู้พัฒนา | achristoph |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RubyDoc", "version": "1.0.1", "description": "Ruby API Documentation", "permissions": [ "http:\/\/*.ruby-doc.org\/", "storage", "tabs" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/ruby_16.png", "default_title": "Ruby Doc", "default_popup": "popup.html" }, "icons": { "16": "icons\/ruby_16.png", "48": "icons\/ruby_48.png", "128": "icons\/ruby_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+R", "windows": "Alt+R", "mac": "Alt+R", "chromeos": "Alt+R", "linux": "Alt+R" } } }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'", "manifest_version": 2 } |