Comic Sanser
Put the websites you hate in the font they deserve.
Qu'est-ce que Comic Sanser ?
Comic Sanser est une extension Chrome développée par Ruben Verborgh, et sa fonction principale est "Put the websites you hate in the font they deserve.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comic Sanser
Téléchargez les fichiers d'extension Comic Sanser 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
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.
Informations de Base sur l'Extension
Nom | Comic Sanser |
ID | ahokdggfbemkkonaepgbegglbfnnlcok |
URL Officiel | https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok |
Description | Put the websites you hate in the font they deserve. |
Taille du Fichier | 6.51 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-09-17 |
Date de Publication | 2014-09-17 |
Développeur | Ruben Verborgh |
Type de Paiement | free |
Langues Prises en Charge | 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" } |