Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Vad är Comic Sans Replacer?
Comic Sans Replacer är en Chrome-tillägg utvecklad av niu tech, och dess huvudfunktion är "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".
Tilläggsskärmbilder
Ladda ner Comic Sans Replacer-förlängningens CRX-fil
Ladda ner Comic Sans Replacer-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
This tiny extension replaces the ugly Comic Sans MS font on all websites with much better Comic Neue font by Craig Rozynski. The web font is hosted on the super-fast CDN jsDelivr. You can contribute to the project at https://github.com/niutech/comic-sans-replacer The Comic Neue font is in the Public Domain. The extension is released under Apache 2.0 License.
Grundläggande Information om Tillägg
Namn | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
Officiell webbadress | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
Beskrivning | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
Filstorlek | 9.01 KB |
Antal Installationer | 632 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-04-11 |
Publiceringsdatum | 2014-04-11 |
Betyg | 4.42/5 Totalt 19 Betyg |
Utvecklare | niu tech |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/niutech/comic-sans-replacer |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "name": "Comic Sans Replacer", "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski", "author": "niu tech", "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "userContent.css" ] } ], "manifest_version": 2 } |