BigConsole
Adds a multiline JavaScript console to the Chrome developer tools.
Overview
What is BigConsole?
Adds a multiline JavaScript console to the Chrome developer tools..
SCREENSHOT
SUMMARY
NOTE: I do not plan to update this extension to Manifest V3, meaning it will no longer be compatible with Chrome 127+ (June 2024). Chrome Dev Tools' built-in Snippets editor has a lot of the same functionality (click the Sources pane, then choose Snippets in the left sidebar) if you also "Show console drawer" (hit Escape). It should be possible to get a horizontal layout using something like this: https://stackoverflow.com/a/16538221
----
Adds a panel to the Chrome Developer Tools that provides a multi-line split console, like in Firefox.
Includes:
- Vertical split style multiline REPL
- Syntax highlighting and nice editor things thanks to Ace Editor
- Pretty-printed output
- "Run" button or CTRL+Enter to execute code
- "Clear" button to clear REPL
- "History" drop-down to restore previously executed code
Compared to Chrome Dev Tools' built-in Snippets editor, BigConsole aims to help users iterate and try out code faster. Where Snippets is more like a light IDE, BigConsole is simpler and geared towards iterating on code as quickly as possible in a multiline, syntax-highlighted REPL.
The code is available at https://github.com/IceCreamYou/Chrome-BigConsole
See More
Stats
Trends for BigConsole:
Rank
User count
Category Rank
Rating
Download
HOW TO INSTALL BigConsole FROM A CRX FILE
- Download BigConsole CRX file
- NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
- In the URL bar, go to chrome://extensions
- Enable Developer mode
Ratings
USER REVIEWS (0)
No reviews