Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Cos'è Comic Sans Replacer?
Comic Sans Replacer è un'estensione di Chrome sviluppata da niu tech, e la sua funzione principale è "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comic Sans Replacer
Scarica i file di estensione Comic Sans Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
URL Ufficiale | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
Descrizione | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
Dimensione del File | 9.01 KB |
Conteggio Installazioni | 632 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-04-11 |
Data di Pubblicazione | 2014-04-11 |
Valutazione | 4.42/5 Totale 19 Valutazioni |
Sviluppatore | niu tech |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/niutech/comic-sans-replacer |
Lingue Supportate | 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 } |