Graphic Design is my Passion

Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.

Qu'est-ce que Graphic Design is my Passion ?

Graphic Design is my Passion est une extension Chrome développée par M.K.Wall, et sa fonction principale est "Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Graphic Design is my Passion

Téléchargez les fichiers d'extension Graphic Design is my Passion 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

                        Want to prank a friend? Need to get yourself off the internet? Is graphic design your passion? Here is the extension for you. This replaces all fonts on any website with either Comic Sans or Papyrus and it picks a random color for the text.                    

Informations de Base sur l'Extension

Nom Graphic Design is my Passion Graphic Design is my Passion
ID kikogejhmeapgeifphomgcdicejclala
URL Officiel https://chromewebstore.google.com/detail/graphic-design-is-my-pass/kikogejhmeapgeifphomgcdicejclala
Description Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.
Taille du Fichier 72.27 KB
Nombre d'Installations 99
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-03-12
Date de Publication 2018-03-11
Évaluation 3.67/5 Total 3 Évaluations
Développeur M.K.Wall
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphic Design is my Passion",
    "version": "1.0.1",
    "description": "Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.",
    "homepage_url": "http:\/\/arts445.courses.bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "256": "logo-256.png",
        "512": "logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "ready.js",
                "GraphicDesignismyPassion.user.js"
            ]
        }
    ]
}