Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Co je Comic Sans Scare?
Comic Sans Scare je rozšíření Chrome vyvinuté DesignUXUI, a jeho hlavní funkcí je „Scare your friends by turning all their pages into... Comic Sans, ooOOOooo“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Comic Sans Scare
Stáhněte si soubory rozšíření Comic Sans Scare 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í
Have some fun scaring your designer friends with this extension. Here is how: 1. While they are away from their computer, discreetly install this extension 2. Watch as all the fonts on every site they visit turns to Comic Sans
Základní Informace o Rozšíření
Název | |
ID | enemmajghcoelaldneaemhkcbheajpod |
Oficiální URL | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
Popis | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
Velikost souboru | 164 KB |
Počet instalací | 87 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2014-10-31 |
Datum Vydání | 2014-10-31 |
Hodnocení | 4.71/5 Celkem 7 Hodnocení |
Vývojář | DesignUXUI |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Scare", "version": "1", "manifest_version": 2, "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo", "homepage_url": "http:\/\/www.uitogether.com", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Comic Sans Scare" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |