Figma PR Links Firefox

Examine source code of Figma PR Links

By: wildmat Add-on
Inspect and view changes in Figma PR Links source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Figma PR Extension",
  "version": "1.0.2",
  "description": "Automatically process Figma links in GitHub PR descriptions and generate design specs",
  "browser_specific_settings": {
    "gecko": {
      "id": "figma-pr-extension@wildmat.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://github.com/*",
    "https://api.figma.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/pull/*",
        "https://github.com/*/compare/*"
      ],
      "js": [
        "snarkdown.js",
        "utils.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Figma PR Extension",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "debug.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Figma PR Links Alternatives

Here are some Firefox add-ons that are similar to Figma PR Links: