Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edubkendo/OpalConsole
A Chrome extension to compile and run Opal in the browser. Inspired by CoffeeConsole.
https://github.com/edubkendo/OpalConsole
Last synced: 2 months ago
JSON representation
A Chrome extension to compile and run Opal in the browser. Inspired by CoffeeConsole.
- Host: GitHub
- URL: https://github.com/edubkendo/OpalConsole
- Owner: edubkendo
- Created: 2013-06-06T11:23:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T11:43:22.000Z (over 11 years ago)
- Last Synced: 2024-08-01T23:41:03.603Z (5 months ago)
- Language: JavaScript
- Size: 3.04 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opal - Opal Console - A Chrome extension to compile and run Opal in the browser (Uncategorized / Uncategorized)
README
Run an Opal Console from the Chrome DevTools. View the compiled Javascript and execute it. We inject a copy of Opal.js into the page to make this work. However, it is injected prior to any other script, so if you already have Opal on the page, your Opal should replace ours.
To install, simply open chrome://extensions and drag and drop the .crx file onto the page.
This tool was directly inspired by, and much of the code lifted from: [The CoffeeConsole](https://chrome.google.com/webstore/detail/coffeeconsole/ladbkfdlnaibelfidknofapbbdlhadfp).
![](screenshot.png)