Fontpair

Identifies which colors and fonts a website uses

Hvad er Fontpair?

Fontpair er en Chrome-udvidelse udviklet af https://fontpair.co, og dens hovedfunktion er "Identifies which colors and fonts a website uses".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fontpair-udvidelses-CRX-fil

Download Fontpair-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Officiel URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Beskrivelse Identifies which colors and fonts a website uses
Filstørrelse 445 KB
Antal Installationer 9,093
Nuværende Version 1.0
Senest Opdateret 2024-02-05
Udgivelsesdato 2022-06-29
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler https://fontpair.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.fontpair.co/
Hjælpeside-URL https://fontpairv2.webflow.io/extension/privacy
URL til Fortrolighedspolitik Side https://www.fontpair.co/extension/privacy
Understøttede Sprog 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"
    ]
}