IdentiFont
This extension displays the font of an html element on hover.
Что такое IdentiFont?
IdentiFont - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension displays the font of an html element on hover.".
Снимки экрана расширения
Скачать файл CRX расширения IdentiFont
Скачайте файлы расширений IdentiFont в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.
Основная информация о расширении
Название | IdentiFont |
ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Официальный URL | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Описание | This extension displays the font of an html element on hover. |
Размер файла | 2.68 MB |
Количество установок | 734 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-09-24 |
Дата публикации | 2016-09-24 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdentiFont", "description": "This extension displays the font of an html element on hover.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "core.css" ], "js": [ "core.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/images\/logo.png" } } |