제작자: Łukasz Duda
Inspect and view changes in Error indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Error indicator",
"description": "Provides common place for reporting errors.",
"version": "2",
"default_locale": "en",
"permissions": [
"storage",
"webRequest",
"<all_urls>"
],
"icons": {
"32": "icons/error.svg"
},
"browser_action": {
"browser_style": true,
"default_popup": "report.html",
"default_icon": {
"16": "icons/ok.svg"
}
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"window-error-details.js",
"console-error-details.js",
"page-observer.js",
"content-script.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"date-provider.js",
"error-indicator.js",
"tab-error.js",
"background-listener.js",
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{d1dedae8-51d2-4bc1-bc93-423a2c1b3d29}"
}
}
} 최고의 Error indicator 대안
다음은 Error indicator과(와) 유사한 Firefox add-on입니다:
JS error notifier
Rynaldos
JS Error Logger
MumbaiEnjoyer
Console Error Viewer
MumbaiEnjoyer
JavaScript Errors Notifier
Sergey Barbushin
JS Error Notifier
Lyney
Browser JS Error Icon
c4software
Error icon
lequynhnga3
JSD Error Notifier
JavaScriptDude
JavaScript Error Logger
Raymond Burton
Page Error Monitor
MumbaiEnjoyer
HTTP Error Detector
Mr Fernando Baker
API Error Logger
Costopher