What Font

Now you can easily identify any font on the page.

Co to jest What Font?

What Font to rozszerzenie Chrome opracowane przez ivanonisipov, a jego główną funkcją jest „Now you can easily identify any font on the page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia What Font

Pobierz pliki rozszerzeń What Font w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa What Font What Font
ID fmfgbopohghcgcnikjphmdbgengkoine
Oficjalny URL https://chrome.google.com/webstore/detail/what-font/fmfgbopohghcgcnikjphmdbgengkoine
Opis Now you can easily identify any font on the page.
Rozmiar pliku 210 KB
Liczba instalacji 10,000
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2022-06-01
Data Publikacji 2021-04-14
Ocena 1.50/5 Łącznie 4 Oceny
Deweloper ivanonisipov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}