What Font

Identify fonts from websites that appeal to you

What Font क्या है?

What Font Immanuel Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify fonts from websites that appeal to you"।

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

screenshot
screenshot

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

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

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

                        Chrome plugin to identify font usage on the current website.                    

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

नाम What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
आधिकारिक URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
विवरण Identify fonts from websites that appeal to you
फ़ाइल का आकार 198 KB
स्थापना संख्या 2,513
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-06-03
प्रकाशन तिथि 2017-06-02
रेटिंग 2.54/5 कुल 13 रेटिंग्स
डेवलपर Immanuel Thomas
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/immanuel/what-font
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}