Font Finder

Lets you know what font is used on any website

Was ist Font Finder?

Font Finder ist eine Chrome-Erweiterung, die von holemaryb entwickelt wurde, und ihr Hauptmerkmal ist "Lets you know what font is used on any website".

Erweiterungsscreenshots

screenshot
screenshot

Font Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Font Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Font Finder Font Finder
ID cpdfnnbbbcajfhmmemckneclkkojccfl
Offizielle URL https://chromewebstore.google.com/detail/font-finder/cpdfnnbbbcajfhmmemckneclkkojccfl
Beschreibung Lets you know what font is used on any website
Dateigröße 274 KB
Installationsanzahl 224,438
Aktuelle Version 4.3.1
Letztes Update 2023-03-30
Veröffentlichungsdatum 2022-12-07
Bewertung 4.64/5 Insgesamt 11 Bewertungen
Entwickler holemaryb
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}