Irb-Console
A repl interface for programming Ruby in the browser developer console
Apa itu Irb-Console?
Irb-Console adalah ekstensi Chrome yang dikembangkan oleh Blueyedgeek, dan fitur utamanya adalah "A repl interface for programming Ruby in the browser developer console".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Irb-Console
Unduh file ekstensi Irb-Console dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Irb-Console |
ID | ngdnicecanjjnoaediojocpibfoeeifp |
URL Resmi | https://chromewebstore.google.com/detail/irb-console/ngdnicecanjjnoaediojocpibfoeeifp |
Deskripsi | A repl interface for programming Ruby in the browser developer console |
Ukuran File | 557 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-08-01 |
Tanggal Publikasi | 2017-08-01 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Blueyedgeek |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |