WIPDeveloper.com Tools Firefox

Examine source code of WIPDeveloper.com Tools

By: BrettMN
Inspect and view changes in WIPDeveloper.com Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "0.0.8",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "38": "images/icon-38.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://developer.salesforce.com//*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/chromereload.js",
      "scripts/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "clipboardRead",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "WIPDeveloper Tools",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}

Best WIPDeveloper.com Tools Alternatives

Here are some Firefox add-ons that are similar to WIPDeveloper.com Tools: