extension ExtPose

BigConsole

CRX id

klommbdmeefgobphaflhmnieheipjajm-

Description from extension meta

Adds a multiline JavaScript console to the Chrome developer tools.

Image from store BigConsole
Description from store 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

Latest reviews

  • (2023-01-31) Nikolas: ITS A SCAM DONT DOWNLOAD
  • (2021-04-12) Go Beyond: Very helpful extension!
  • (2019-05-13) Noname Noname: Awesome! One thing I want to see: button for clearing left-side windows (console).
  • (2018-06-10) Dmitriy Davydov: I found this extension because I didn't know about Chrome Snippets https://developers.google.com/web/tools/chrome-devtools/snippets Now I think this extension is needless
  • (2018-06-08) Chris Haynes: Works well for me, way better than Chrome's
  • (2018-04-22) Mehdi F: Good...But. The console output on the left side is useless, I would much rather see the real developer tools console and keep BigConsole just for scripting.
  • (2018-03-20) Huu Dung Tran: Awesome extention ever Love it so much <3 <3
  • (2016-12-22) Dmytro Rublov: Excellent addition to the Chrome Dev Tools. After recent Firebug update it can be a good alternative.
  • (2016-12-20) LyreWilson: great app
  • (2016-12-01) eagle stine: it is very nice tool.
  • (2016-08-28) Mohammad Kermani: I liked that, thank you
  • (2016-07-07) Xiong Cheng-Qing: I'd like to thank you Isaac Sukin. it's really a great chrome extension. Nice UI and feature i expected from native console long long time ago! Thank you!!!
  • (2016-06-11) Ольга Драчёва: App is very useful and powerful, makes my dev much easier, thank you a lot
  • (2016-01-06) Chui-Wen Chiu: 不過程式錯誤不知道行數挺麻煩
  • (2015-12-24) Arthur Shpakov: Hi, very nice! I've missed that from Firebug, but is there autocomplete option? It would be awesome to have it here.
  • (2015-10-08) Daniil Kudryavtsev: Tahnk you, it's real useful!
  • (2015-10-07) Deborah Orth: Works well, allows me to enter multiple lines of javaScript and run in the console. Nice tool. Might be nice to change the panel width but works fine as is.

Latest issues

  • (2022-02-07, v:1.2.3) Lance Lewis: Comment Breaks BigConsole
    We noticed this issue when using BigConsole. Insert the following code: var x=2.5; // insert comment here console.log(x); This will not run. If you remove the // insert comment here it will run without issue. It appears using // comment breaks BigConsole. If you use /* */ is will run without issue.
  • (2017-09-30, v:1.2.2) Zephyr Zephyroff: finds error in code where there is no error
    /* Here is the code I tried to test with this extension. It works in the console, but doesnt work within the extension in the same devtools instance. I didn't try any other code with it. */ function rob(street) { const sum = (a, b) => a + b let even = [], odd = []; street.forEach((v, i) => { if (i % 2) even.push(v) else odd.push(v) }) return Math.max(even.reduce(sum), odd.reduce(sum)) }
  • (2017-07-10, v:1.2.2) Ahmed B. Hameed: console.dir issue
    Hi, Thanks for this kind of plugins. BTY i noted it does not support console.dir() method to se type of function and information related if it uses closure variables or not. thanks
  • (2017-01-06, v:1.2.2) teja: Does it support autocomplete?
    Similar to the normal console
  • (2016-08-28, v:1.2.2) Mohammad Kermani: Changing background color
    Hello Thanks for this great extension, I really liked that How can I change the back ground color or the editor? I need a grey color!
  • (2016-06-02, v:1.2.1) Sergey Chibunin: autocomplete
    Where is an autocomplete?
  • (2016-05-12, v:1.2.1) Artur Katrushko: Output
    Do you have some kind of replacement for console.log?
  • (2016-05-12, v:1.2.1) Artur Katrushko: Functionality
    How to clear outcome data?
  • (2016-04-09, v:1.2.1) K Chan: keyboard shortcut for 'Clear'?
    keyboard shortcut for 'Clear'?
  • (2015-12-18, v:1.2) Erik Brännlund: IFrames
    Can BigConsole target an iframe instead of the mainframe?

Statistics

Installs
3,407 history
Category
Rating
4.2414 (29 votes)
Last update / version
2023-12-06 / 1.2.3
Listing languages
en

Links