JavaScript Errors Notifier is a Firefox add-on that notifies you about JavaScript errors through an icon in the toolbar or a notification popup. It allows you to easily identify and debug errors by providing detailed error information, error stack traces, error source URLs, and clickable error sources. It also handles console.error() calls, missing files 404 errors, and ignores repeated errors and internal errors of Google Chrome extensions. Additionally, it provides the option to search the error text on StackOverflow and copy errors details to the clipboard.
Want to check extension ranking and stats more quickly for other Firefox add-ons?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Firefox Browser Add-ons.
✔ Change extension icon color in toolbar when JavaScript error occurs
✔ Show error icon in bottom right page corner
✔ Show errors details by click on toolbar or notification icon
✔ Error source URL in popup is clickable
✔ Show errors details in notification popup
✔ Show errors stack traces
✔ Show errors column number
✔ Error source in notification popups is clickable
✔ Does not overrides user-defined error handler