idFont Firefox

Examine source code of idFont

By: Ivan K Add-on
Inspect and view changes in idFont 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": 3,
  "name": "idFont",
  "version": "1.0",
  "description": "Identify fonts on any page via the context menu.",
  "browser_specific_settings": {
    "gecko": {
      "id": "idfont@ikornii.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "menus",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "icons": {
    "48": "assets/icons/icon-48.png",
    "96": "assets/icons/icon-96.png"
  }
}

Best idFont Alternatives

Here are some Firefox add-ons that are similar to idFont: