Fontpair

Identifies which colors and fonts a website uses

Τι είναι το Fontpair;

Το Fontpair είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fontpair.co, και η κύρια λειτουργία του είναι "Identifies which colors and fonts a website uses".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fontpair

Λήψη αρχείων επέκτασης Fontpair σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Επίσημο URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Περιγραφή Identifies which colors and fonts a website uses
Μέγεθος Αρχείου 445 KB
Αριθμός Εγκαταστάσεων 9,093
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2022-06-29
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://fontpair.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.fontpair.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://fontpairv2.webflow.io/extension/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://www.fontpair.co/extension/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}