Error indicator Firefox

Examine source code of Error indicator

제작자: Łukasz Duda Add-on
Inspect and view changes in Error indicator source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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입니다: