JavaScript Errors Notifier Firefox

Examine source code of JavaScript Errors Notifier

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}"
    }
  }
}

Melhores alternativas JavaScript Errors Notifier

Aqui estão algumas Firefox add-ons que são similares a JavaScript Errors Notifier: