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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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'"
} | |