IdentiFont

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

IdentiFont क्या है?

IdentiFont Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the font of an html element on hover."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IdentiFont एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}