Fontpair

Identifies which colors and fonts a website uses

Was ist Fontpair?

Fontpair ist eine Chrome-Erweiterung, die von https://fontpair.co entwickelt wurde, und ihr Hauptmerkmal ist "Identifies which colors and fonts a website uses".

Erweiterungsscreenshots

screenshot
screenshot

Fontpair-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fontpair-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Offizielle URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Beschreibung Identifies which colors and fonts a website uses
Dateigröße 445 KB
Installationsanzahl 9,093
Aktuelle Version 1.0
Letztes Update 2024-02-05
Veröffentlichungsdatum 2022-06-29
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler https://fontpair.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fontpair.co/
Hilfeseite URL https://fontpairv2.webflow.io/extension/privacy
URL der Datenschutzrichtlinien-Seite https://www.fontpair.co/extension/privacy
Unterstützte Sprachen 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"
    ]
}