font infos Firefox

Examine source code of font infos

By: p.
Inspect and view changes in font infos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Paris",
  "browser_specific_settings": {
    "gecko": {
      "id": "emanu.parisio@gmail.com",
      "strict_min_version": "110.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup/popup.html",
    "default_title": "Show this page's fonts infos."
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.6.3.min.js",
        "font.js",
        "fontAll.js",
        "removeFont.js",
        "foreground.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_page": "options/options.html",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "short_name": "font-inspector",
  "version": "1.0.0"
}

Best font infos Alternatives

Here are some Firefox add-ons that are similar to font infos: