Irb-Console
A repl interface for programming Ruby in the browser developer console
ما هو Irb-Console؟
Irb-Console هو إضافة Chrome تم تطويرها بواسطة Blueyedgeek، والميزة الرئيسية لها هي "A repl interface for programming Ruby in the browser developer console".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Irb-Console
قم بتنزيل ملفات الامتداد Irb-Console بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |