Comic Sans Extension

Changes all text on all webpages into Comic Sans

Qu'est-ce que Comic Sans Extension ?

Comic Sans Extension est une extension Chrome développée par Unknown, et sa fonction principale est "Changes all text on all webpages into Comic Sans".

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

Téléchargez les fichiers d'extension Comic Sans Extension 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

                        Changes the font of all text on webpages to Comic Sans. Requires the Comic Sans MS font to be installed on the computer.                    

Informations de Base sur l'Extension

Nom Comic Sans Extension Comic Sans Extension
ID nggdcfbpffpkplofnojgbdmdphmkjcbn
URL Officiel https://chromewebstore.google.com/detail/comic-sans-extension/nggdcfbpffpkplofnojgbdmdphmkjcbn
Description Changes all text on all webpages into Comic Sans
Taille du Fichier 3.27 KB
Nombre d'Installations 354
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-09-10
Date de Publication 2017-09-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans Extension",
    "description": "Changes all text on all webpages into Comic Sans",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*"
    ]
}