Font Finder

Lets you know what font is used on any website

Τι είναι το Font Finder;

Το Font Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον holemaryb, και η κύρια λειτουργία του είναι "Lets you know what font is used on any website".

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

screenshot
screenshot

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

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

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

                        Click the extension icon to start identify the font

When it comes to designing a website, the choice of font is a crucial part of the process. It helps to define the overall look and feel of the website, and is often the first thing visitors will notice. Choosing the right font for a web page is essential for creating a great user experience.

Fonts are used to convey a message, evoke an emotion, or create a visual hierarchy of text. They can also make a website more visually appealing, help to organize the content, and even make it easier for visitors to read. While there are many different types of fonts to choose from, some are better suited for web pages than others.

In general, sans-serif fonts are the best choice for web pages. This type of font is clean and modern, and doesn’t include any decorative elements that could make it difficult to read. Popular sans-serif fonts include Arial, Verdana, and Helvetica.

Serif fonts, on the other hand, are a bit more traditional and feature small decorative elements at the ends of each letter. While these fonts can be appealing, they can also be more difficult to read on a screen. Popular serif fonts include Times New Roman, Georgia, and others                    

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

Όνομα Font Finder Font Finder
ID cpdfnnbbbcajfhmmemckneclkkojccfl
Επίσημο URL https://chromewebstore.google.com/detail/font-finder/cpdfnnbbbcajfhmmemckneclkkojccfl
Περιγραφή Lets you know what font is used on any website
Μέγεθος Αρχείου 274 KB
Αριθμός Εγκαταστάσεων 224,438
Τρέχουσα Έκδοση 4.3.1
Τελευταία Ενημέρωση 2023-03-30
Ημερομηνία Δημοσίευσης 2022-12-07
Αξιολόγηση 4.64/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής holemaryb
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}