Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

Qu'est-ce que Gothic Fonts Everywhere ?

Gothic Fonts Everywhere est une extension Chrome développée par tfitfi20, et sa fonction principale est "Use Gothic medieval fonts in all pages!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gothic Fonts Everywhere

Téléchargez les fichiers d'extension Gothic Fonts Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Gothic Fonts Everywhere Gothic Fonts Everywhere
ID dcgmjgehpnhlbhkbeallgcbjniidodjj
URL Officiel https://chromewebstore.google.com/detail/gothic-fonts-everywhere/dcgmjgehpnhlbhkbeallgcbjniidodjj
Description Use Gothic medieval fonts in all pages!
Taille du Fichier 137 KB
Nombre d'Installations 209
Version Actuelle 1.01
Dernière Mise à Jour 2022-07-31
Date de Publication 2022-07-31
Évaluation 5.00/5 Total 3 Évaluations
Développeur tfitfi20
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}