Irb-Console
A repl interface for programming Ruby in the browser developer console
Co to jest Irb-Console?
Irb-Console to rozszerzenie Chrome opracowane przez Blueyedgeek, a jego główną funkcją jest „A repl interface for programming Ruby in the browser developer console”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Irb-Console
Pobierz pliki rozszerzeń Irb-Console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Irb-Console |
ID | ngdnicecanjjnoaediojocpibfoeeifp |
Oficjalny URL | https://chromewebstore.google.com/detail/irb-console/ngdnicecanjjnoaediojocpibfoeeifp |
Opis | A repl interface for programming Ruby in the browser developer console |
Rozmiar pliku | 557 KB |
Liczba instalacji | 84 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2017-08-01 |
Data Publikacji | 2017-08-01 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Blueyedgeek |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |