Keyword Alerter Firefox

Examine source code of Keyword Alerter

By: lentro
Inspect and view changes in Keyword Alerter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyword Alerter",
  "version": "1.4",
  "description": "Scans web pages for specific keywords and sends a notification.",
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "<all_urls>",
    "alarms"
  ],
  "web_accessible_resources": [
    "icons/icon-48.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "keyword-alerter@lentro"
    }
  }
}

Best Keyword Alerter Alternatives

Here are some Firefox add-ons that are similar to Keyword Alerter: