BorderifyTest Firefox

Examine source code of BorderifyTest

Par : Duc DA
Inspect and view changes in BorderifyTest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Borderify",
  "version": "1.0",
  "description": "Adds a red border to all webpages matching mozilla.org.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ducdadotcom@gmail.com"
    }
  }
}

Meilleures alternatives BorderifyTest

Voici quelques Firefox add-ons qui sont similaires à BorderifyTest :