Font Properties

Detects font properties and styles

Font Properties क्या है?

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

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

screenshot

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

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

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

                        On any page, click on the font properties icon.

A pop-up will own up.

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 Properties Font Properties
ID kfeflklmnjeegejbjgcohehakjkaeamg
आधिकारिक URL https://chromewebstore.google.com/detail/font-properties/kfeflklmnjeegejbjgcohehakjkaeamg
विवरण Detects font properties and styles
फ़ाइल का आकार 144 KB
स्थापना संख्या 212
वर्तमान संस्करण v1.2.1
अंतिम अपडेट 2022-05-20
प्रकाशन तिथि 2020-01-19
डेवलपर 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 Properties",
    "short_name": "Font Properties",
    "version": "1.2.1",
    "version_name": "v1.2.1",
    "description": "Detects font properties and styles",
    "icons": {
        "16": "assets\/icons\/font-properties-logo-16.png",
        "48": "assets\/icons\/font-properties-logo-48.png",
        "128": "assets\/icons\/font-properties-logo-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "assets\/icons\/font-properties-logo-19.png",
            "38": "assets\/icons\/font-properties-logo-38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/font-properties-logo-38.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}