Comic Sans Replacer
Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Co to jest Comic Sans Replacer?
Comic Sans Replacer to rozszerzenie Chrome opracowane przez niu tech, a jego główną funkcją jest „Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Comic Sans Replacer
Pobierz pliki rozszerzeń Comic Sans Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Comic Sans Replacer |
ID | hogcjpgnoecbkmbamlakaacafkloopbn |
Oficjalny URL | https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn |
Opis | Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski |
Rozmiar pliku | 9.01 KB |
Liczba instalacji | 632 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-04-11 |
Data Publikacji | 2014-04-11 |
Ocena | 4.42/5 Łącznie 19 Oceny |
Deweloper | niu tech |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/niutech/comic-sans-replacer |
Obsługiwane Języki | 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 } |