Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

Gothic Fonts Everywhere क्या है?

Gothic Fonts Everywhere tfitfi20 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Gothic medieval fonts in all pages!"।

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

screenshot
screenshot

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

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

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

                        Have you ever wished to surf the web in a medieval gothic atmosphere?
With "Gothic Fonts Everywhere" you can now sense that feeling. This extension replaces all page fonts with a gothic style one. More options to come soon! (font choice and size)

If you like this extension, please donate me some bucks via Paypal! (pin extension on toolbar to see donation button)                    

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

नाम Gothic Fonts Everywhere Gothic Fonts Everywhere
ID dcgmjgehpnhlbhkbeallgcbjniidodjj
आधिकारिक URL https://chromewebstore.google.com/detail/gothic-fonts-everywhere/dcgmjgehpnhlbhkbeallgcbjniidodjj
विवरण Use Gothic medieval fonts in all pages!
फ़ाइल का आकार 137 KB
स्थापना संख्या 209
वर्तमान संस्करण 1.01
अंतिम अपडेट 2022-07-31
प्रकाशन तिथि 2022-07-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर tfitfi20
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gothic Fonts Everywhere",
    "description": "Use Gothic medieval fonts in all pages!",
    "version": "1.01",
    "manifest_version": 3,
    "author": "ME",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "CloisterBlack.ttf",
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/images\/gothicfonts16.png",
        "32": "\/images\/gothicfonts32.png",
        "48": "\/images\/gothicfonts48.png",
        "128": "\/images\/gothicfonts128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/gothicfonts16.png",
            "32": "\/images\/gothicfonts32.png",
            "48": "\/images\/gothicfonts48.png",
            "128": "\/images\/gothicfonts128.png"
        }
    }
}