WebExtension.net
WebExtension.net

What Font - find font

View on Chrome Web Store
View What Font - find font Chrome Extension on Chrome Web Store
4.4 (93 ratings)

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

Lets you know what font is used on any website
Type
Extension
Users
1,000,000 users
yannick.rene1991
View author page of yannick.rene1991
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 10, 2022
Version 5.4.6
Manifest version
3
Updated
Updated on September 5, 2024
View on Chrome Web Store
View What Font - find font Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "76": "icon\/icon76.png",
            "96": "icon\/icon96.png",
            "128": "icon\/icon128.png",
            "256": "icon\/icon256.png"
        },
        "default_title": "WhatFont"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "chrome.js",
                "libs\/html2canvas.min.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png",
        "128": "icon\/icon128.png",
        "256": "icon\/icon256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "option.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "short_name": "WhatFont",
    "version": "5.4.6",
    "version_name": "5.4.6",
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "in.css",
                "icon\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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