What Font

What Font

Now you can easily identify any font on the page.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.7",
  "description": "Now you can easily identify any font on the page.",
  "icons": {
    "128": "kolesikoBarabana/soldatenok/puppiesBox.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "static/vienna/jquery.min.js",
      "static/vienna/html2canvas.min.js",
      "logovoDrakona/grozaVDerevne.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://typekit.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "128": "kolesikoBarabana/keramika/ugly.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/dojdiUPodnojiya/fontman.js",
        "static/vienna/jquery.min.js",
        "static/vienna/html2canvas.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "mainCss.css"
  ],
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}