What Font - find font

Lets you know what font is used on any website

Was ist What Font - find font?

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

Erweiterungsscreenshots

screenshot
screenshot
screenshot

What Font - find font-Erweiterungs-CRX-Datei herunterladen

Laden Sie What Font - find font-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

                        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. 

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. 

Quick tips for using WhatFont for Chrome:
1. Click the extension icon to activate WhatFont and find all info about any font on the webpage. In order to exit What font you need to click the right top corner button "Exit What Font". 
2. Simply navigate the cursor to any word you want and there will appear the font name
3. Click to the word to see detailed info about chosen font
4. Refresh previously opened pages to activate the extension. 

Note: To make the extension work on a previously open page, refresh it first.

As easy as pie:
- Activate extension by clicking on its icon in the right-top. At first, click to the “Puzzle” icon to pin the needed extension on the bar.
- Move the mouse cursor to the desired font
- For more information click on the font
- To disable the functionality - click "Exit WhatFont" on the right-top of the browser.                    

Grundlegende Informationen zur Erweiterung

Name What Font - find font What Font - find font
ID acpcapnaopbhbelhmbbmppghilclpkep
Offizielle URL https://chromewebstore.google.com/detail/what-font-find-font/acpcapnaopbhbelhmbbmppghilclpkep
Beschreibung Lets you know what font is used on any website
Dateigröße 129 KB
Installationsanzahl 1,649,277
Aktuelle Version 5.3.10
Letztes Update 2023-09-23
Veröffentlichungsdatum 2022-10-10
Bewertung 4.69/5 Insgesamt 81 Bewertungen
Entwickler yannick.rene1991
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fontfind.net/
Hilfeseite URL https://fontfind.net/#info
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,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",
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/html2canvas.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "256": "icon\/icon256.png",
            "76": "icon\/icon76.png",
            "96": "icon\/icon96.png"
        },
        "default_title": "WhatFont"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "chrome.js",
                "libs\/html2canvas.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon\/icon128.png",
        "256": "icon\/icon256.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "option.html",
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "WhatFont",
    "version": "5.4.3",
    "version_name": "5.3.10",
    "web_accessible_resources": [
        "style.css",
        "in.css",
        "icon\/*.png"
    ]
}