Graphic Design is my Passion

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

Vad är Graphic Design is my Passion?

Graphic Design is my Passion är en Chrome-tillägg utvecklad av M.K.Wall, och dess huvudfunktion är "Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.".

Tilläggsskärmbilder

screenshot

Ladda ner Graphic Design is my Passion-förlängningens CRX-fil

Ladda ner Graphic Design is my Passion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Graphic Design is my Passion Graphic Design is my Passion
ID kikogejhmeapgeifphomgcdicejclala
Officiell webbadress https://chromewebstore.google.com/detail/graphic-design-is-my-pass/kikogejhmeapgeifphomgcdicejclala
Beskrivning Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.
Filstorlek 72.27 KB
Antal Installationer 99
Aktuell Version 1.0.1
Senast Uppdaterad 2018-03-12
Publiceringsdatum 2018-03-11
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare M.K.Wall
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}