WhatFont Finder Firefox

Examine source code of WhatFont Finder

Inspect and view changes in WhatFont Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhatFont Finder",
  "version": "1.3",
  "description": "Hover over text to see which font is used, just like WhatFont.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1db1e09d-de6f-4320-870f-ae3aa6b89a3b}"
    }
  }
}

Best WhatFont Finder Alternatives

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