JS Error Notifier Firefox

Examine source code of JS Error Notifier

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

Melhores alternativas JS Error Notifier

Aqui estão algumas Firefox add-ons que são similares a JS Error Notifier: