Find Font

It is now easy to identify any font on the page.

Что такое Find Font?

Find Font - это расширение Chrome, разработанное imaneradati875, и его основная функция - "It is now easy to identify any font on the page.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Whatfont extension is a perfect solution for all the developers and designers out there. Extension has simple and intuitive interface for the more pleasant experience. Define 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. All you need is to click on the whatfont 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. Font scanner extension allows you to scan certain webpage and see the unique font names. Define font extension instantly displays font family names set of each element of the webpage you need. Just scan the page and instantly get all the information you need in simple manner. What font extension was designed to make your life easier and bring you some comfort. If you have any suggestions to improve the extension, please let us know and we will consider your request. With this what font extension, you could inspect web fonts by just hovering on them. Find font extension is exactly what you were looking for. Install in one click and you won’t regret it. Feel free to leave your comment and share with friends.                    

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

Название Find Font Find Font
ID pbeodbbpdamofbpkancdlfnegflmhkph
Официальный URL https://chromewebstore.google.com/detail/find-font/pbeodbbpdamofbpkancdlfnegflmhkph
Описание It is now easy to identify any font on the page.
Размер файла 91.52 KB
Количество установок 2,626
Текущая Версия 1.2
Последнее Обновление 2022-01-22
Дата публикации 2021-10-10
Разработчик imaneradati875
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,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",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 2,
    "description": "It is now easy to identify any font on the page.",
    "icons": {
        "128": "\/loho\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "koko\/juju\/xexaziju.min.js",
            "koko\/erecikipo.min.js",
            "styles\/pac.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "\/loho\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "soso\/bagag.js",
                "soso\/centoso.js",
                "koko\/juju\/xexaziju.min.js",
                "koko\/erecikipo.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/soso.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}