Comic Sans Everywhere

Change every font on the website to Comic Sans.

Qu'est-ce que Comic Sans Everywhere ?

Comic Sans Everywhere est une extension Chrome développée par mkonstantinow, et sa fonction principale est "Change every font on the website to Comic Sans.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Comic Sans Everywhere

Téléchargez les fichiers d'extension Comic Sans 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 dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

Informations de Base sur l'Extension

Nom Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
URL Officiel https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Description Change every font on the website to Comic Sans.
Taille du Fichier 134 KB
Nombre d'Installations 331
Version Actuelle 1.1
Dernière Mise à Jour 2023-07-04
Date de Publication 2023-04-11
Évaluation 4.50/5 Total 4 Évaluations
Développeur mkonstantinow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}