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
官方網址 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'"
}