What Font

Identify fonts from websites that appeal to you

What is What Font?

What Font is a Chrome extension developed by Immanuel Thomas, and its main feature is "Identify fonts from websites that appeal to you".

Extension Screenshots

screenshot
screenshot

Download What Font Extension CRX File

Download What Font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome plugin to identify font usage on the current website.                    

Extension Basic Information

Name What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
Official URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
Description Identify fonts from websites that appeal to you
File Size 198 KB
Installation Count 2,513
Current Version 1.0
Last Updated 2017-06-03
Publish Date 2017-06-02
Rating 2.54/5 Total 13 Ratings
Developer Immanuel Thomas
Payment Type free
Help Page URL https://github.com/immanuel/what-font
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}