FontMe

Discover what font was used on any webpage.

Что такое FontMe?

FontMe - это расширение Chrome, разработанное Paper Box, и его основная функция - "Discover what font was used on any webpage.".

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

screenshot

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

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

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

                        FontMe makes it incredibly easy to discover the font used on any webpage. Just right click, 'FontMe', and FontMe will let you know what font is being used for that text. No more time wasted digging through a webpages CSS just to find out what that cool font is.

*Make sure to refresh any pages after installing*                    

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

Название FontMe FontMe
ID jmflbifhkmjblfhmkpfdflfhphbinfjl
Официальный URL https://chromewebstore.google.com/detail/fontme/jmflbifhkmjblfhmkpfdflfhphbinfjl
Описание Discover what font was used on any webpage.
Размер файла 52.82 KB
Количество установок 817
Текущая Версия 1.0.4
Последнее Обновление 2022-01-18
Дата публикации 2019-12-14
Рейтинг 2.85/5 Всего 13 оценок
Разработчик Paper Box
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontMe",
    "version": "1.0.4",
    "description": "Discover what font was used on any webpage.",
    "icons": {
        "16": "images\/fmIcon16.png",
        "48": "images\/fmIcon48.png",
        "128": "images\/fmIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/fmIcon128.png"
        },
        "default_title": "FontMe",
        "default_popup": "html\/popup.html"
    },
    "author": "Paper Box",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/jFont-Checker\/jfont-checker.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "http:JKJones.me",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "FM"
}