Irb-Console

A repl interface for programming Ruby in the browser developer console

What is Irb-Console?

Irb-Console is a Chrome extension developed by Blueyedgeek, and its main feature is "A repl interface for programming Ruby in the browser developer console".

Extension Screenshots

screenshot
screenshot

Download Irb-Console Extension CRX File

Download Irb-Console extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Irb-Console Irb-Console
ID ngdnicecanjjnoaediojocpibfoeeifp
Official URL https://chromewebstore.google.com/detail/irb-console/ngdnicecanjjnoaediojocpibfoeeifp
Description A repl interface for programming Ruby in the browser developer console
File Size 557 KB
Installation Count 84
Current Version 0.2
Last Updated 2017-08-01
Publish Date 2017-08-01
Rating 4.00/5 Total 2 Ratings
Developer Blueyedgeek
Email [email protected]
Payment Type free
Supported Languages 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'"
}