botanics99 / javascript-errors-notifier

Google Chrome extension that notifies about JavaScritp errors by icon in address bar & popups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Errors Notifier

Installation

Add JavaScript Errors Notifier extension to your Google Chrome, and check test page to see how JavaScript errors will be handled in your browser.

Features

  • Show alert icon in address bar when JavaScript error occurs
  • Show error message and source when click on notification icon
  • Error source URL in popup is clickable
  • Show errors notification popups(optional)
  • Show errors stack traces(optional)
  • Show errors column number(optional)
  • Error source in notification popups is clickable
  • Does not overrides user-defined error handler
  • Ignores repeated errors
  • Ignores Google Chrome extensions internal errors

Contribution

  • Check Issues page for feature requests.
  • Please keep original code style: use tab for indention, and all other spacing & braces formatting like in original.
  • Test your code twice :) Thank you!

Recommended

Google Chrome extension PHP Console

About

Google Chrome extension that notifies about JavaScritp errors by icon in address bar & popups

License:MIT License


Languages

Language:JavaScript 100.0%