Font Customizer

Fine-tune your font settings for each website.

Font Customizer क्या है?

Font Customizer nftsirbd828 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fine-tune your font settings for each website."।

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

screenshot
screenshot

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

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

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

                        We have a unique Font Customizer product for you. It will make your browser much better and brighter. If you want to change the font, size and color for each site then the Font Customizer is exactly what you need. The Font Customizer extension is multifunctional: hundreds of fonts with open licenses, changing the default color from black, and the ability to make text larger or smaller. Our product is easy and fast to use. With one click of the mouse, you can change whatever you want in the browser, as you wish. Hurry up and install our new free Font Customizer extension and enjoy.                    

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

नाम Font Customizer Font Customizer
ID lnlncdbhoakalifcenfhnkkkoibdpkam
आधिकारिक URL https://chrome.google.com/webstore/detail/font-customizer/lnlncdbhoakalifcenfhnkkkoibdpkam
विवरण Fine-tune your font settings for each website.
फ़ाइल का आकार 48.76 KB
स्थापना संख्या 1,253
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2021-02-22
रेटिंग 1.43/5 कुल 7 रेटिंग्स
डेवलपर nftsirbd828
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.5.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/service.js",
            "\/assets\/js\/chrome.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/content\/for_exec.js",
                "\/assets\/js\/content\/for_tabs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/styles\/icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "",
        "storage",
        "tabs"
    ]
}