By: JavaScriptDude Add-on
Inspect and view changes in JSD Error Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "JSD Error Notifier",
"short_name": "jsd_error_notifier",
"description": "TWEAKED_Notifies JavaScript errors by icon in toolbar bar or notification popup",
"version": "1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"options_page": "options.html",
"icons": {
"16": "img/error_16.png",
"48": "img/error_48.png",
"128": "img/error_128.png"
},
"incognito": "spanning",
"page_action": {
"default_icon": {
"19": "img/error_19_disabled.png",
"38": "img/error_38_disabled.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img/error_64.png",
"img/error_38.png",
"img/error_19.png",
"popup.html",
"options.html"
],
"permissions": [
"<all_urls>",
"tabs",
"storage",
"webRequest"
],
"browser_specific_settings": {
"gecko": {
"id": "{bc7d2719-4a32-4a47-be89-68e51485d5ed}"
}
}
} Best JSD Error Notifier Alternatives
Here are some Firefox add-ons that are similar to JSD Error Notifier:
JavaScript Errors Notifier
Sergey Barbushin
JS Error Notifier
Lyney
Browser JS Error Icon
c4software
JS error notifier
Rynaldos
JavaScript Console
Andrew
JS Error Logger
MumbaiEnjoyer
HTML, CSS, JS Validator
Martin Sullivan
LibJS Detector
Francesco De Stefano
Page Error Monitor
MumbaiEnjoyer
a11y.css accessibility checker
Stephane Deschamps
Html Validator
Marc Gueury
Yet Another Jenkins Notifier
Cookie Adder