Font Tester

Preview your webpage with Google Fonts

Font Tester क्या है?

Font Tester hkphillips42 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview your webpage with Google Fonts"।

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

screenshot
screenshot

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

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

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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

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

नाम Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
आधिकारिक URL https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
विवरण Preview your webpage with Google Fonts
फ़ाइल का आकार 297 KB
स्थापना संख्या 63
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-05-05
प्रकाशन तिथि 2023-05-05
डेवलपर hkphillips42
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hunterphillips/font-tester
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}