제작자: Lyney
Inspect and view changes in JS Error Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JS Error Notifier",
"version": "1.0",
"description": "Display JS errors in a browser popup.",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{d47d4f74-557b-4239-a599-d65808631dc9}"
}
}
} 최고의 JS Error Notifier 대안
다음은 JS Error Notifier과(와) 유사한 Firefox add-on입니다:
JavaScript Errors Notifier
Sergey Barbushin
JSD Error Notifier
JavaScriptDude
JS error notifier
Rynaldos
Browser JS Error Icon
c4software
JS Error Logger
MumbaiEnjoyer
Page Error Monitor
MumbaiEnjoyer
Console Error Viewer
MumbaiEnjoyer
Html Validator
Marc Gueury
LibJS Detector
Francesco De Stefano
Errors.net official extension
8Day
Real-time Code Linter
Francis Ruiz
Input Error Notifier
Joe