Papyrus Font Replacer
Replace Papyrus font on all websites with Roboto
Was ist Papyrus Font Replacer?
Papyrus Font Replacer ist eine Chrome-Erweiterung, die von Casey Knauss entwickelt wurde, und ihr Hauptmerkmal ist "Replace Papyrus font on all websites with Roboto".
Erweiterungsscreenshots
Papyrus Font Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Papyrus Font Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces the Papyrus font with Google's Roboto Font for Easier Readability Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nakjjbpkliknmckpioejkhiacjkohijh |
| Offizielle URL | https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh |
| Beschreibung | Replace Papyrus font on all websites with Roboto |
| Dateigröße | 5.69 KB |
| Installationsanzahl | 64 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-08-25 |
| Veröffentlichungsdatum | 2018-02-23 |
| Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
| Entwickler | Casey Knauss |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1",
"name": "Papyrus Font Replacer",
"description": "Replace Papyrus font on all websites with Roboto",
"author": "Casey Knauss",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"userContent.css"
]
}
],
"manifest_version": 2
} | |