Font Finder Firefox

Examine source code of Font Finder

Inspect and view changes in Font Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Font Finder",
  "version": "1.0",
  "description": "Find and copy the font details from any text on a webpage.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/font-icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b49122a-c222-46e4-96e3-facaeb7a2106}"
    }
  }
}

Best Font Finder Alternatives

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