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".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Irb-Console

Скачайте файлы расширений 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
Электронная почта [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'"
}