Irb-Console
A repl interface for programming Ruby in the browser developer console
Irb-Consoleคืออะไร?
Irb-Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blueyedgeek และคุณลักษณะหลักของมันคือ "A repl interface for programming Ruby in the browser developer console"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Irb-Console
ดาวน์โหลดไฟล์ส่วนขยาย Irb-Console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Irb Console brings the power and expressiveness of the Ruby language to the developer console. It provides a simple IDE and allows you to run your Ruby code right in the browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Irb-Console |
ID | ngdnicecanjjnoaediojocpibfoeeifp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/irb-console/ngdnicecanjjnoaediojocpibfoeeifp |
คำอธิบาย | A repl interface for programming Ruby in the browser developer console |
ขนาดไฟล์ | 557 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-08-01 |
วันที่เผยแพร่ | 2017-08-01 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Blueyedgeek |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Irb-Console", "description": "A repl interface for programming Ruby in the browser developer console", "homepage_url": "https:\/\/github.com\/blueyedgeek\/irb-console", "version": "0.2", "devtools_page": ".\/devtools\/devtools.html", "icons": { "16": ".\/devtools\/assets\/img\/icon16.png", "48": ".\/devtools\/assets\/img\/icon48.png", "128": ".\/devtools\/assets\/img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |