
Comic Sans Everywhere geliştiren: pieterman2000
Firefox addon that changes the font of every piece of text into Comic Sans MS. Can be toggled through a toolbar button. For more information and source see the github page.
254 kullanıcı254 kullanıcı
Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
Uzantı meta verileri
Ekran görüntüleri



İzinler ve verilerDaha fazla bilgi al
Gerekli izinler:
- Tüm web sitelerine ait verilerinize erişme
Daha fazla bilgi
- Eklenti bağlantıları
- Sürüm
- 1.4resigned1
- Boyut
- 17,23 KB
- Son güncelleme
- bir yıl önce (25 Nis 2024)
- İlgili kategoriler
- Lisans
- MIT Lisansı
- Sürüm geçmişi
- Koleksiyona ekle
pieterman2000 tarafından geliştirilen diğer uzantılar
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
If you want the firefox ui to be in comic sans you need to add to userchrome.css (http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes) * { font-family: Comic Sans MS; }
I can not easily do this in the current webextension api, and there is a way but that would be only for windows (unless I make it extremely complicated) and don't know whether it would be approved since it would be using the download api to download a script (batch file for example) and run it.