Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

Font changer क्या है?

Font changer http://namata.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to change the font and his size on site pages (where this is possible)."।

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

screenshot

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

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

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

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

नाम Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
आधिकारिक URL https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
विवरण This extension allows you to change the font and his size on site pages (where this is possible).
फ़ाइल का आकार 251 KB
स्थापना संख्या 184
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-11-07
प्रकाशन तिथि 2020-11-07
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर http://namata.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://en.namata.ru/extensions/fontchanger/
सहायता पृष्ठ URL https://en.namata.ru/support/thanksforinstall/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}