FontFinder Firefox

Examine source code of FontFinder

By: Go88
Inspect and view changes in FontFinder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FontFinder",
  "version": "1.0",
  "description": "Typography Inspector: Identifies fonts, displays information, and allows font previews",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "FontFinder",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "fonts/*.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d9c0263c-5781-4a66-ac45-feae757348cd}"
    }
  }
}

Best FontFinder Alternatives

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