Alert Message Templates Firefox

Examine source code of Alert Message Templates

By: Jorge Add-on
Inspect and view changes in Alert Message Templates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{76655b12-4781-4df2-8d5a-0ca7576d451c}"
    }
  }
}

Best Alert Message Templates Alternatives

Here are some Firefox add-ons that are similar to Alert Message Templates: