Font Finder

Lets you know what font is used on any website

Font Finder क्या है?

Font Finder holemaryb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you know what font is used on any website"।

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

screenshot
screenshot

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

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

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

                        Click the extension icon to start identify the font

When it comes to designing a website, the choice of font is a crucial part of the process. It helps to define the overall look and feel of the website, and is often the first thing visitors will notice. Choosing the right font for a web page is essential for creating a great user experience.

Fonts are used to convey a message, evoke an emotion, or create a visual hierarchy of text. They can also make a website more visually appealing, help to organize the content, and even make it easier for visitors to read. While there are many different types of fonts to choose from, some are better suited for web pages than others.

In general, sans-serif fonts are the best choice for web pages. This type of font is clean and modern, and doesn’t include any decorative elements that could make it difficult to read. Popular sans-serif fonts include Arial, Verdana, and Helvetica.

Serif fonts, on the other hand, are a bit more traditional and feature small decorative elements at the ends of each letter. While these fonts can be appealing, they can also be more difficult to read on a screen. Popular serif fonts include Times New Roman, Georgia, and others                    

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

नाम Font Finder Font Finder
ID cpdfnnbbbcajfhmmemckneclkkojccfl
आधिकारिक URL https://chromewebstore.google.com/detail/font-finder/cpdfnnbbbcajfhmmemckneclkkojccfl
विवरण Lets you know what font is used on any website
फ़ाइल का आकार 274 KB
स्थापना संख्या 224,438
वर्तमान संस्करण 4.3.1
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2022-12-07
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर holemaryb
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}