Fontpair

Identifies which colors and fonts a website uses

Qu'est-ce que Fontpair ?

Fontpair est une extension Chrome développée par https://fontpair.co, et sa fonction principale est "Identifies which colors and fonts a website uses".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fontpair

Téléchargez les fichiers d'extension Fontpair au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
URL Officiel https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Description Identifies which colors and fonts a website uses
Taille du Fichier 445 KB
Nombre d'Installations 9,093
Version Actuelle 1.0
Dernière Mise à Jour 2024-02-05
Date de Publication 2022-06-29
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://fontpair.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.fontpair.co/
URL de la Page d'Aide https://fontpairv2.webflow.io/extension/privacy
URL de la Page de Politique de Confidentialité https://www.fontpair.co/extension/privacy
Langues Prises en Charge 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"
    ]
}