What Font - font finder

What font? Easy identify the font on a web page, html font size, color and font family.

Τι είναι το What Font - font finder;

Το What Font - font finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DevApps team, και η κύρια λειτουργία του είναι "What font? Easy identify the font on a web page, html font size, color and font family.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης What Font - font finder

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

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

                        So many brilliant fonts are used at a numerous websites. What is the easiest way to find out the fonts used in a webpage? Firebug and Webkit Inspector are easy enough to use for developers. However, for others, this should not be necessary. 

It's an easiest way to find out which exactly font is on the page - use the extension What Font.

Extension has simple and intuitive interface for the more pleasant experience. Font extension is multifunctional and reliable tool that’s so easy to use. You’ve got a task, and we’ve got the best tool - find font extension.

Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension.

How to use WhatFont for Chrome : 
1. Click on the “Add to chrome” button to install it 
2. Tap on “What font” icon, this will enable the extension
3. Click the mouse pointer on any word for which you want to get font details
4. After clicking the word you will get all the font details
5. In order to exit What font you need to click the right top corner button "Exit ".

What Font allows you to know the font name, its family, color, style, size, position. Such a great tool to create designed web pages fastly. Now you can simply identify a liked font and select exactly the same for your needs without a long search for a suitable one. This extension supports Google API as a font finder, so you will have info about all popular Google Fonts. 

WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. 

Web Developers: To create a beautiful website web developers need to use attractive fonts & this extension will surely help them to pick the right font details very quickly. 

Freelancers: Freelancers can use this extension if their client needs to have the same font style as their competitor’s website.  

Designers: It can make a huge difference if you choose the right font style for your website. Fonts can have a profound psychological impact on visitors and affect their ability to read your content. 

As simple as just hovering the cursor to any word you want to fully inspect web fonts. Take the info about font name and color, style and position and more. Make up on the web page easily with What Font for quick inspecting web fonts. 

We hope you find our Font Finder useful! We are waiting for your feedback and ratings! If you’re experiencing problems or app isn't working on, please contact us.                    

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

Όνομα What Font - font finder What Font - font finder
ID opogloaldjiplhogobhmghlgnlciebin
Επίσημο URL https://chromewebstore.google.com/detail/what-font-font-finder/opogloaldjiplhogobhmghlgnlciebin
Περιγραφή What font? Easy identify the font on a web page, html font size, color and font family.
Μέγεθος Αρχείου 119 KB
Αριθμός Εγκαταστάσεων 340,306
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-07-13
Ημερομηνία Δημοσίευσης 2023-03-25
Αξιολόγηση 4.47/5 Συνολικά 176 Αξιολογήσεις
Προγραμματιστής DevApps team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/font-finder/privacy-policy
Υποστηριζόμενες Γλώσσες 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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "javascript\/content-script.js",
                "javascript\/libs.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/48.png"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "assets\/48.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "background": {
        "service_worker": "javascript\/worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}