Transparent Background Checker Firefox

Examine source code of Transparent Background Checker

By: Tom
Inspect and view changes in Transparent Background Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Transparent Background Checker",
  "version": "1.0",
  "description": "Detect PNG images with transparency and show checkerboard background like Photoshop.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_action": {
    "default_title": "Transparent Background Checker",
    "default_icon": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d0a51247-945b-445d-8b9e-c42c2fd4b532}"
    }
  }
}

Best Transparent Background Checker Alternatives

Here are some Firefox add-ons that are similar to Transparent Background Checker: