Skip to content

A chrome extension which helps you quickly understand and solve your javascript errors.

Notifications You must be signed in to change notification settings

noamhacker/quick-overflow

Repository files navigation

Quick Overflow

Version 1.1 - Download here!

Quick Overflow is a chrome extension which helps you quickly find, understand, and solve your javascript errors.

Every time Quick Overflow detects an error in your javascript, it embeds an "error module" at the top of your webpage.

This module contains:

  • an explanation of your error
  • the code that caused it
  • a one-click Stack Overflow search for relevant solutions.

The extension can listen for errors on any website, but can also be easily disabled for when you want to browse the web in peace.

Download the test webpage here (save it as a .html file, and open it in chrome).


Link to demo video

Quick Overflow in action: Sreenshot of extension

Make sure to enable the extension by clicking the icon. Visit chrome://extensions to "Allow access to file URLs" - this allows the extension to listen for errors when you are developing locally. Enable the extension The extension will not work on local files unless this box is checked.

One click away from relevant solutions on Stack Overflow: Searching Stack Overflow

Contributors welcome :)

  • git clone, or download the zip file to get started.

About

A chrome extension which helps you quickly understand and solve your javascript errors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published