WhatTheFont

Identify the fonts and typefaces in a web page.

Что такое WhatTheFont?

WhatTheFont - это расширение Chrome, разработанное s.c.leblanc01, и его основная функция - "Identify the fonts and typefaces in a web page.".

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

screenshot

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

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

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

                        A simple extension that displays all of the font families used on a particular page.

This is an Alpha release, so please report any issues.

Future features:

Hover a font name in the popup and see the corresponding text on the page highlighted.
Link to font download/view page if possible.
Preview font in popup.

Thanks!

Figured I should include this: 

I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.                    

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

Название WhatTheFont WhatTheFont
ID ncfhbklmoclkdkbjcjefomllchnakndl
Официальный URL https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl
Описание Identify the fonts and typefaces in a web page.
Размер файла 8.23 KB
Количество установок 10,000
Текущая Версия 0.0.1
Последнее Обновление 2015-11-03
Дата публикации 2015-11-03
Рейтинг 3.14/5 Всего 7 оценок
Разработчик s.c.leblanc01
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatTheFont",
    "version": "0.0.1",
    "description": "Identify the fonts and typefaces in a web page.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "48": "icon.png"
    }
}