作者: Sergey Barbushin
Inspect and view changes in JavaScript Errors Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "JavaScript Errors Notifier",
"short_name": "js_error",
"description": "Notifies JavaScript errors by icon in toolbar bar or notification popup",
"version": "3.1.5resigned1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"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": "{7475ce7a-3ac7-485f-8713-469154e7bb35}"
}
}
} 最佳 JavaScript Errors Notifier 替代方案
这里是一些与JavaScript Errors Notifier类似的Firefox add-on:
JSD Error Notifier
JavaScriptDude
Browser JS Error Icon
c4software
JS Error Notifier
Lyney
JS error notifier
Rynaldos
JavaScript Error Logger
Raymond Burton
Errors.net official extension
8Day
GitHub Notifier Pro
eux
LibJS Detector
Francesco De Stefano
API Error Logger
Costopher
HTML, CSS, JS Validator
Martin Sullivan
Page Error Monitor
MumbaiEnjoyer
Yet Another Jenkins Notifier
Cookie Adder