Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

Τι είναι το Gothic Fonts Everywhere;

Το Gothic Fonts Everywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tfitfi20, και η κύρια λειτουργία του είναι "Use Gothic medieval fonts in all pages!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gothic Fonts Everywhere

Λήψη αρχείων επέκτασης Gothic Fonts Everywhere σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        }
    }
}