Font Detector

Detects font properties and styles

Font Detector क्या है?

Font Detector Anish Nair द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects font properties and styles"।

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

screenshot

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

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

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

                        On any page, click on the font properties icon.

A pop-up will own up as shown in the screenshot.

Hover on any text on the webpage, and you will get all the font-related information of that text.
Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element.

To stop showing the font-properties, click on close('x' icon).                    

एक्सटेंशन की मूल जानकारी

नाम Font Detector Font Detector
ID mohdgdcdkibdljkppnmnihdacpbpllmj
आधिकारिक URL https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj
विवरण Detects font properties and styles
फ़ाइल का आकार 259 KB
स्थापना संख्या 4,900
वर्तमान संस्करण v1.2.1
अंतिम अपडेट 2022-05-18
प्रकाशन तिथि 2020-01-23
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Anish Nair
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Detector",
    "short_name": "Font Detector",
    "version": "1.2.1",
    "version_name": "v1.2.1",
    "description": "Detects font properties and styles",
    "icons": {
        "16": "assets\/icons\/font-detector-logo-16.png",
        "48": "assets\/icons\/font-detector-logo-48.png",
        "128": "assets\/icons\/font-detector-logo-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "assets\/icons\/font-detector-logo-19.png",
            "38": "assets\/icons\/font-detector-logo-38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/font-detector-logo-38.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}