The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
Was ist The Fantastic Comic Sans MS Browser?
The Fantastic Comic Sans MS Browser ist eine Chrome-Erweiterung, die von Yannick.Armspach entwickelt wurde, und ihr Hauptmerkmal ist "Rot your browser with the Fantastic Comic Sans MS !".
Erweiterungsscreenshots
The Fantastic Comic Sans MS Browser-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Fantastic Comic Sans MS Browser-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
All the internet with the Fantastic Comic Sans MS font ! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
| Offizielle URL | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
| Beschreibung | Rot your browser with the Fantastic Comic Sans MS ! |
| Dateigröße | 130 KB |
| Installationsanzahl | 201 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2012-12-12 |
| Veröffentlichungsdatum | 2012-12-12 |
| Bewertung | 4.27/5 Insgesamt 22 Bewertungen |
| Entwickler | Yannick.Armspach |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |