Fontpair

Identifies which colors and fonts a website uses

Wat is Fontpair?

Fontpair is een Chrome-extensie ontwikkeld door https://fontpair.co, en de belangrijkste functie is "Identifies which colors and fonts a website uses".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fontpair

Download Fontpair-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Officiële URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Beschrijving Identifies which colors and fonts a website uses
Bestandsgrootte 445 KB
Aantal Installaties 9,093
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2022-06-29
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://fontpair.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.fontpair.co/
Help Pagina-URL https://fontpairv2.webflow.io/extension/privacy
URL van de Privacybeleid Pagina https://www.fontpair.co/extension/privacy
Ondersteunde Talen 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"
    ]
}