Font Changer

Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily.

Font Changer क्या है?

Font Changer ExtensionHub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily."।

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

screenshot
screenshot

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

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

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

                        Are you not happy with the font choice on a certain website? Do you wish you could create a consistent-looking font across the entire web? Well, with Font Changer with Google Web Fonts you can change the font of any website quickly and easily. It allows you to make the web your own with just a couple of clicks of your mouse.

You can use this extension to change fonts on all websites, or you can pick and choose certain fonts for certain sites. This gives you the ability to make the web a more consistent or varied place, depending on your taste. When you click the extension’s icon you can choose to modify global fonts, which is how you will change all websites, or you can choose custom settings to set the font for a certain website.

Features include:
- Change font for any website on the Internet with Google Web Fonts.
- Change font weight and style.
- Only apply the stylings to selected tags.                    

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

नाम Font Changer Font Changer
ID obgkjikcnonokgaiablbenkgjcdbknna
आधिकारिक URL https://chromewebstore.google.com/detail/font-changer/obgkjikcnonokgaiablbenkgjcdbknna
विवरण Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily.
फ़ाइल का आकार 557 KB
स्थापना संख्या 24,180
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2020-03-18
रेटिंग 3.49/5 कुल 61 रेटिंग्स
डेवलपर ExtensionHub
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.3.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        },
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background_message.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/browser-polyfill.js",
                "build\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}