IdentiFont

This extension displays the font of an html element on hover.

What is IdentiFont?

IdentiFont is a Chrome extension developed by Unknown, and its main feature is "This extension displays the font of an html element on hover.".

Extension Screenshots

screenshot

Download IdentiFont Extension CRX File

Download IdentiFont extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
Official URL https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
Description This extension displays the font of an html element on hover.
File Size 2.68 MB
Installation Count 734
Current Version 1.2
Last Updated 2016-09-24
Publish Date 2016-09-24
Rating 4.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}