Find The Font Firefox

Examine source code of Find The Font

Inspect and view changes in Find The Font source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Find The Font",
  "version": "1.0",
  "description": "Hover over text to see its font, size, color, and style.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "64": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Find The Font",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c5aa014-7f9b-40a4-a245-5b61b4f9b31f}",
      "strict_min_version": "96.0"
    },
    "content_scripts": [
      {
        "matches": [
          "<all_urls>"
        ],
        "js": [
          "content.js"
        ]
      }
    ]
  }
}

Best Find The Font Alternatives

Here are some Firefox add-ons that are similar to Find The Font: