The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
Vad är The Fantastic Comic Sans MS Browser?
The Fantastic Comic Sans MS Browser är en Chrome-tillägg utvecklad av Yannick.Armspach, och dess huvudfunktion är "Rot your browser with the Fantastic Comic Sans MS !".
Tilläggsskärmbilder
Ladda ner The Fantastic Comic Sans MS Browser-förlängningens CRX-fil
Ladda ner The Fantastic Comic Sans MS Browser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
All the internet with the Fantastic Comic Sans MS font ! Grundläggande Information om Tillägg
| Namn | |
| ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
| Beskrivning | Rot your browser with the Fantastic Comic Sans MS ! |
| Filstorlek | 130 KB |
| Antal Installationer | 201 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2012-12-12 |
| Publiceringsdatum | 2012-12-12 |
| Betyg | 4.27/5 Totalt 22 Betyg |
| Utvecklare | Yannick.Armspach |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |