Papyrus Font Replacer
Replace Papyrus font on all websites with Roboto
What is Papyrus Font Replacer?
Papyrus Font Replacer is a Chrome extension developed by Casey Knauss, and its main feature is "Replace Papyrus font on all websites with Roboto".
Extension Screenshots
Download Papyrus Font Replacer Extension CRX File
Download Papyrus Font Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the Papyrus font with Google's Roboto Font for Easier Readability
Extension Basic Information
Name | Papyrus Font Replacer |
ID | nakjjbpkliknmckpioejkhiacjkohijh |
Official URL | https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh |
Description | Replace Papyrus font on all websites with Roboto |
File Size | 5.69 KB |
Installation Count | 64 |
Current Version | 1.1 |
Last Updated | 2023-08-25 |
Publish Date | 2018-02-23 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Casey Knauss |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |