WhatFont - What html font

WhatFont helps you identify the font on a web page, html font size, color, font family

WhatFont - What html font क्या है?

WhatFont - What html font fontlucker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhatFont helps you identify the font on a web page, html font size, color, font family"।

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

screenshot

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

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

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

                        Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension.

What font chrome is very easy to use. First you need to open the page from which you need to identify the font. Then click the extension icon in your browser, hover your mouse over the text whose font you want to identify and the modal window that appears will have all the information: html font size, color, font family.

WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. In the near future, we are planning to implement the function of the font identifier in the image. And the ability to download the selected font.                    

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

नाम WhatFont - What html font WhatFont - What html font
ID iceonohalfbfcldenclcjafcpboiplfo
आधिकारिक URL https://chromewebstore.google.com/detail/whatfont-what-html-font/iceonohalfbfcldenclcjafcpboiplfo
विवरण WhatFont helps you identify the font on a web page, html font size, color, font family
फ़ाइल का आकार 128 KB
स्थापना संख्या 12,052
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2022-12-16
प्रकाशन तिथि 2021-02-03
रेटिंग 4.77/5 कुल 35 रेटिंग्स
डेवलपर fontlucker
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
समर्थित भाषाएँ de,en,fr,es,it,pl,pt-PT,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "html2canvas.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon48.png"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wf.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}