Irb-Console

A repl interface for programming Ruby in the browser developer console

Irb-Consoleとは何ですか?

Irb-ConsoleはBlueyedgeekによって開発されたChromeの拡張機能で、その主な機能は「A repl interface for programming Ruby in the browser developer console」です。

拡張機能のスクリーンショット

screenshot
screenshot

Irb-Console拡張機能のCRXファイルをダウンロード

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 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
Eメール [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'"
}