Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

¿Qué es Gothic Fonts Everywhere?

Gothic Fonts Everywhere es una extensión de Chrome desarrollada por tfitfi20, y su función principal es "Use Gothic medieval fonts in all pages!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Gothic Fonts Everywhere

Descarga archivos de extensión Gothic Fonts Everywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Gothic Fonts Everywhere Gothic Fonts Everywhere
ID dcgmjgehpnhlbhkbeallgcbjniidodjj
URL Oficial https://chromewebstore.google.com/detail/gothic-fonts-everywhere/dcgmjgehpnhlbhkbeallgcbjniidodjj
Descripción Use Gothic medieval fonts in all pages!
Tamaño del Archivo 137 KB
Cantidad de Instalaciones 209
Versión Actual 1.01
Última Actualización 2022-07-31
Fecha de Publicación 2022-07-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador tfitfi20
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}