Fontpair

Identifies which colors and fonts a website uses

Cos'è Fontpair?

Fontpair è un'estensione di Chrome sviluppata da https://fontpair.co, e la sua funzione principale è "Identifies which colors and fonts a website uses".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fontpair

Scarica i file di estensione Fontpair in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
URL Ufficiale https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Descrizione Identifies which colors and fonts a website uses
Dimensione del File 445 KB
Conteggio Installazioni 9,093
Versione Corrente 1.0
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2022-06-29
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://fontpair.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fontpair.co/
URL della Pagina di Aiuto https://fontpairv2.webflow.io/extension/privacy
URL della Pagina della Politica sulla Privacy https://www.fontpair.co/extension/privacy
Lingue Supportate 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"
    ]
}