WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FontScanner - Scan for font family names

FontScanner - Scan for font family names

View on Chrome Web Store
View FontScanner - Scan for font family names Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (9 ratings)
17 views
This extension has been viewed 17 times

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

Scans the web page for font names to display the distinct font names applied on the page.
Type
Extension
Users
4,000 users
1K
Website apps4u.net
sks.ideas
View author page of sks.ideas
Published
Published on April 15, 2017
Version 0.0.0.4
Manifest version
2
Updated
Updated on February 4, 2021
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View FontScanner - Scan for font family names 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",
    "name": "FontScanner - Scan for font family names",
    "short_name": "FontScanner",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Scans the web page for font names to display the distinct font names applied on the page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FontScanner - Scan this web page"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "icons\/icon19.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}
© 2025 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