Fonts Determiner

Fonts Determiner

No guessing what's the font on a website, know it for sure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "76": "content/icon76.png",
      "96": "content/icon96.png",
      "128": "content/icon128.png",
      "256": "content/icon256.png"
    },
    "default_title": "Font Determiner"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/libs/jquery.js",
        "content/script.js",
        "js/libs/html2canvas.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "content/icon48.png",
    "96": "content/icon96.png",
    "128": "content/icon128.png",
    "256": "content/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnrm5cc9opqR6OGcDhQxbzr8Y40ADkkkDnbD8RUtdSNTm2cc6S/SB/50OmchS5ZNQDwYyZhDjHdyDhWEWht25it8xW+IxyKE66kdP+5T7N8c96L8u6vXhvgKdIKdMRQMfPNojiSu5ZWcSlZcaPT70lOgGhZlnJXoEqt3Ebstfr6lR+pVTtncnuEBirstv/qhtY0gpFa9yZY7SUnGBS8Mi0+Er5npRQOJcW5ABFzqRU+3ibzR0EOEBtAcRCJl9WOGUuR6bL8pf71yY7JPriLXYSQ1fowa7jHPoMm7sb5Lja67nAa6dE3quv/KzodBi4RDpDdUBTPQreN6P6L2qWfiKmQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "permissions": [
    "scripting",
    "storage",
    "unlimitedStorage",
    "activeTab"
  ],
  "short_name": "Font Determiner",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.8",
  "version_name": "1.5.8",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css/style.css",
        "css/in.css",
        "content/*"
      ]
    }
  ]
}