Add JavaScript Errors Notifier extension to your Google Chrome, and check test page to see how JavaScript errors will be handled in your browser.
- 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
- Google Search's link on StackOverflow
- 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!
Google Chrome extension PHP Console