作者: Raymond Burton
Inspect and view changes in JavaScript Error Logger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JavaScript Error Logger",
"version": "1.3",
"description": "Advanced JavaScript Error Logger with charts, filtering, notifications, and export support.",
"permissions": [
"tabs",
"activeTab",
"storage",
"notifications",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "JS Error Logger",
"default_popup": "popup.html",
"default_icon": "icons/logo_64.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{6e3f5c03-e3a7-4df7-8331-d9629be51824}"
}
}
} 最佳 JavaScript Error Logger 替代方案
这里是一些与JavaScript Error Logger类似的Firefox add-on:
JS Error Logger
MumbaiEnjoyer
JavaScript Errors Notifier
Sergey Barbushin
API Error Logger
Costopher
Console Error Viewer
MumbaiEnjoyer
JS error notifier
Rynaldos
Page Error Monitor
MumbaiEnjoyer
Web Notification Logger
Atakan Au
Easy Logger
ericluciano
JSD Error Notifier
JavaScriptDude
JSDebugPro
Sunwin20
JS Error Notifier
Lyney
DOMLogger++
Kévin (Mizu)