Font Finder by WhatFont

Font Finder directly find font details from web pages easily.

Font Finder by WhatFont क्या है?

Font Finder by WhatFont Font Finder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Font Finder directly find font details from web pages easily."।

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

screenshot
screenshot
screenshot

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

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

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

                        Now you can easily identify any font on the page using Font Finder.

Whatfont extension is a perfect for developer, graphic designers and for everyone who wants to identify the font details.

This font finder extension for chrome browser gives you information about font name, family, weight, color and more. 

✅ What this extension detects: 
1.	Font Family  
2.	Font Size 
3.	Font Weight 
4.	Line Height 
5.	Font Style  
6.	RGB Color Code

✅ How To Use : 
1. Click on the “Add to chrome” button to install it 
2. Tap on “Whatfont Plus” icon, this will enable the extension
3. Click the mouse pointer on any word for which you want to get font details
4. After clicking the word you will get all the font details

Version 2.1.1 changes:
- New UI design
- Improved usability                    

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

नाम Font Finder by WhatFont Font Finder by WhatFont
ID bkabpllkghhddkikpelcmjklipifickd
आधिकारिक URL https://chromewebstore.google.com/detail/font-finder-by-whatfont/bkabpllkghhddkikpelcmjklipifickd
विवरण Font Finder directly find font details from web pages easily.
फ़ाइल का आकार 35.68 KB
स्थापना संख्या 5,725
वर्तमान संस्करण 2.1.11
अंतिम अपडेट 2023-09-02
प्रकाशन तिथि 2022-06-07
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Font Finder
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Finder by WhatFont",
    "description": "Font Finder directly find font details from web pages easily.",
    "version": "2.1.11",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "FontFinder"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png"
    }
}