Fontpair

Identifies which colors and fonts a website uses

What is Fontpair?

Fontpair is a Chrome extension developed by https://fontpair.co, and its main feature is "Identifies which colors and fonts a website uses".

Extension Screenshots

screenshot
screenshot

Download Fontpair Extension CRX File

Download Fontpair 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

                        Fontpair helps you identify which colors and fonts a website uses. It does this by detecting the current fonts on the website from the CSS. You can also download a screenshot of the website and share the website URL with the plugin. More updates coming soon!

fontpair.co/extension                    

Extension Basic Information

Name Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Official URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Description Identifies which colors and fonts a website uses
File Size 445 KB
Installation Count 9,093
Current Version 1.0
Last Updated 2024-02-05
Publish Date 2022-06-29
Rating 4.75/5 Total 4 Ratings
Developer https://fontpair.co
Email [email protected]
Payment Type free
Extension Website https://www.fontpair.co/
Help Page URL https://fontpairv2.webflow.io/extension/privacy
Privacy Policy Page URL https://www.fontpair.co/extension/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fontpair",
    "description": "Identifies which colors and fonts a website uses",
    "version": "1.0",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "src\/images\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon32.png",
        "128": "src\/images\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-1.10.2.js",
                "src\/js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}