WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Font Recognition

Font Recognition

View on Chrome Web Store
View Font Recognition Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
7 views
This extension has been viewed 7 times

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

Use the Font Recognition to quickly identify types on any page. Our font Finder also makes it easy to download the identified font.
Type
Extension
Users
1,000 users
13
SHIFT LLC
View author page of SHIFT LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 26, 2024
Version 1.2
Manifest version
3
Updated
Updated on April 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Font Recognition 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,
    "version": "1.2",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png",
                "icons\/Close.png",
                "icons\/Star_grey.png",
                "icons\/Star_gold.png",
                "popup.html",
                "popup.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "artifactScript.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 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