The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
Qu'est-ce que The Fantastic Comic Sans MS Browser ?
The Fantastic Comic Sans MS Browser est une extension Chrome développée par Yannick.Armspach, et sa fonction principale est "Rot your browser with the Fantastic Comic Sans MS !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Fantastic Comic Sans MS Browser
Téléchargez les fichiers d'extension The Fantastic Comic Sans MS Browser 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
All the internet with the Fantastic Comic Sans MS font !
Informations de Base sur l'Extension
Nom | The Fantastic Comic Sans MS Browser |
ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
URL Officiel | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
Description | Rot your browser with the Fantastic Comic Sans MS ! |
Taille du Fichier | 130 KB |
Nombre d'Installations | 201 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2012-12-12 |
Date de Publication | 2012-12-12 |
Évaluation | 4.27/5 Total 22 Évaluations |
Développeur | Yannick.Armspach |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Fantastic Comic Sans MS Browser", "version": "1.0.0", "manifest_version": 2, "description": "Rot your browser with the Fantastic Comic Sans MS !", "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |