What Font

Now you can easily identify any font on the page.

Что такое What Font?

What Font - это расширение Chrome, разработанное ivanonisipov, и его основная функция - "Now you can easily identify any font on the page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения What Font

Скачайте файлы расширений What Font в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название What Font What Font
ID fmfgbopohghcgcnikjphmdbgengkoine
Официальный URL https://chrome.google.com/webstore/detail/what-font/fmfgbopohghcgcnikjphmdbgengkoine
Описание Now you can easily identify any font on the page.
Размер файла 210 KB
Количество установок 10,000
Текущая Версия 1.7
Последнее Обновление 2022-06-01
Дата публикации 2021-04-14
Рейтинг 1.50/5 Всего 4 оценок
Разработчик ivanonisipov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}