WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WhatFont Pro

WhatFont Pro

View on Chrome Web Store
View WhatFont Pro Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
15 views
This extension has been viewed 15 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A professional tool to identify and analyze fonts on web pages with advanced features.
Type
Extension
Users
187 users
5
Website kaywat.me
KayWat
View author page of KayWat
Published
Published on April 4, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on April 4, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WhatFont Pro Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatFont Pro",
    "description": "A professional tool to identify and analyze fonts on web pages with advanced features.",
    "version": "1.0.0",
    "author": "Enhanced from WhatFont by [email protected]",
    "homepage_url": "https:\/\/github.com\/yourusername\/WhatFontPro",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "32": "icon32.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "76": "icon76.png",
            "96": "icon96.png",
            "128": "icon128.png",
            "256": "icon256.png"
        },
        "default_title": "WhatFont Pro",
        "default_popup": "popup\/mini-popup.html"
    },
    "side_panel": {
        "default_path": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "sidePanel",
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "commands": {
        "activate-font-shortcuts": {
            "suggested_key": {
                "default": "Alt+E"
            },
            "description": "Activate WhatFont Pro shortcuts"
        },
        "toggle-activation": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Toggle font detection on\/off"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top