Comic Sans Everywhere

Change every font on the website to Comic Sans.

Wat is Comic Sans Everywhere?

Comic Sans Everywhere is een Chrome-extensie ontwikkeld door mkonstantinow, en de belangrijkste functie is "Change every font on the website to Comic Sans.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Sans Everywhere

Download Comic Sans Everywhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

Basisinformatie over de Extensie

Naam Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Officiële URL https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Beschrijving Change every font on the website to Comic Sans.
Bestandsgrootte 134 KB
Aantal Installaties 331
Huidige Versie 1.1
Laatst Bijgewerkt 2023-07-04
Publicatiedatum 2023-04-11
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar mkonstantinow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}