What Font

Now you can easily identify any font on the page.

Co je What Font?

What Font je rozšíření Chrome vyvinuté ivanonisipov, a jeho hlavní funkcí je „Now you can easily identify any font on the page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření What Font

Stáhněte si soubory rozšíření What Font ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Whatfont extension is a perfect solution to your problem. This extension can be very useful for testers and developers in situations where you need to find those elements that are set with the wrong font family names. The define font extension for chrome browser give you information about font name and family.  What font extension allows you to scan certain webpage and see the unique font names. It`s pretty easy to work with this app. All you need is to click on the extension icon on chrome toolbar and click “start scan” button. You can also get information about font’s style, size, weight, line height. Color code of the selected font will also be displayed in the extension window. So the whatfont extension has a number of useful features that you can get absolutely for free. 
Find font is not available on system pages and does not work in Chrome Web Store due to security restrictions!
Join the community of users who already enjoy define font extension. After installation you can easily identify any font on the page with just one click. What font extension for Chrome is called to make your life easier and save you some precious time. It’s easy to install, pretty easy to use and easy to remove. Download find font extension and get the job done.                    

Základní Informace o Rozšíření

Název What Font What Font
ID fmfgbopohghcgcnikjphmdbgengkoine
Oficiální URL https://chrome.google.com/webstore/detail/what-font/fmfgbopohghcgcnikjphmdbgengkoine
Popis Now you can easily identify any font on the page.
Velikost souboru 210 KB
Počet instalací 10,000
Aktuální Verze 1.7
Poslední Aktualizace 2022-06-01
Datum Vydání 2021-04-14
Hodnocení 1.50/5 Celkem 4 Hodnocení
Vývojář ivanonisipov
E-mail [email protected]
Typ Platby free
Podporované Jazyky id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.7",
    "description": "Now you can easily identify any font on the page.",
    "icons": {
        "128": "kolesikoBarabana\/soldatenok\/puppiesBox.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "static\/vienna\/jquery.min.js",
            "static\/vienna\/html2canvas.min.js",
            "logovoDrakona\/grozaVDerevne.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "kolesikoBarabana\/keramika\/ugly.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/dojdiUPodnojiya\/fontman.js",
                "static\/vienna\/jquery.min.js",
                "static\/vienna\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "mainCss.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}