Graphic Design is my Passion
Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.
Co je Graphic Design is my Passion?
Graphic Design is my Passion je rozšíření Chrome vyvinuté M.K.Wall, a jeho hlavní funkcí je „Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Graphic Design is my Passion
Stáhněte si soubory rozšíření Graphic Design is my Passion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Graphic Design is my Passion |
ID | kikogejhmeapgeifphomgcdicejclala |
Oficiální URL | https://chromewebstore.google.com/detail/graphic-design-is-my-pass/kikogejhmeapgeifphomgcdicejclala |
Popis | Replaces all fonts with either Comic Sans or Papyrus and randomizes colors. |
Velikost souboru | 72.27 KB |
Počet instalací | 99 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2018-03-12 |
Datum Vydání | 2018-03-11 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | M.K.Wall |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |