Google Font Previewer for Chrome

Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.

Google Font Previewer for Chrome क्या है?

Google Font Previewer for Chrome Pamela Fox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab."।

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

screenshot
screenshot

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

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

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

                        Lets you choose a font from the Google Font API directory, and apply that font to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a font that will look good. If you always use the same fonts, you can star them for quick access.                    

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

नाम Google Font Previewer for Chrome Google Font Previewer for Chrome
ID engndlnldodigdjamndkplafgmkkencc
आधिकारिक URL https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc
विवरण Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
फ़ाइल का आकार 45.88 KB
स्थापना संख्या 41,463
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-07-04
प्रकाशन तिथि 2016-05-06
रेटिंग 4.20/5 कुल 265 रेटिंग्स
डेवलपर Pamela Fox
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pamelafox/font-previewer-extension
सहायता पृष्ठ URL https://github.com/pamelafox/font-previewer-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Font Previewer for Chrome",
    "version": "3.0.0",
    "manifest_version": 3,
    "description": "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Changes the page font to desired Google Font API face.",
        "default_icon": {
            "19": "icon_toolbar.png",
            "38": "[email protected]"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/www.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}