danielkalen / 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

Author Chrome Web Store Software License Chrome Web Store

Installation

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

Features

  • 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
  • Handle console.error() calls
  • Handle missing js/css/other missing files 404 errors
  • Ignore 404 errors initiated by AdBlock and etc
  • Ignores repeated errors
  • Ignores Google Chrome extensions internal errors
  • Error text is linked on StackOverflow search
  • Copy errors details to clipboard

Contribution

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

About

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

License:MIT License


Languages

Language:JavaScript 78.0%Language:HTML 18.5%Language:CSS 3.5%