Comic Sanser
Put the websites you hate in the font they deserve.
Was ist Comic Sanser?
Comic Sanser ist eine Chrome-Erweiterung, die von Ruben Verborgh entwickelt wurde, und ihr Hauptmerkmal ist "Put the websites you hate in the font they deserve.".
Erweiterungsscreenshots
Comic Sanser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comic Sanser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Are you tired of certain websites that don't live up to your standards? This extension makes your life better by changing their font to Comic Sans MS. Align their design in perfect harmony with their quality. This leads to lower expectations on your side, and thus less frustration. This extension is a must-have: fast and easy. You choose the domains on which you want Comic Sans, the extension does the rest.
Grundlegende Informationen zur Erweiterung
Name | Comic Sanser |
ID | ahokdggfbemkkonaepgbegglbfnnlcok |
Offizielle URL | https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok |
Beschreibung | Put the websites you hate in the font they deserve. |
Dateigröße | 6.51 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-09-17 |
Veröffentlichungsdatum | 2014-09-17 |
Entwickler | Ruben Verborgh |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Sanser", "description": "Put the websites you hate in the font they deserve.", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "comicsanser.js" ] } ], "options_page": "options.html" } |