Irb-Console
A repl interface for programming Ruby in the browser developer console
Irb-Console क्या है?
Irb-Console Blueyedgeek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A repl interface for programming Ruby in the browser developer console"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Irb-Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |