Papyrus Font Replacer
Replace Papyrus font on all websites with Roboto
什么是Papyrus Font Replacer?
Papyrus Font Replacer是由Casey Knauss开发的Chrome扩展程序,该扩展的主要功能是“Replace Papyrus font on all websites with Roboto”。
扩展截图
下载Papyrus Font Replacer扩展crx文件
下载Papyrus Font Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the Papyrus font with Google's Roboto Font for Easier Readability
扩展基本信息
名称 | Papyrus Font Replacer |
ID | nakjjbpkliknmckpioejkhiacjkohijh |
官方URL | https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh |
简介 | Replace Papyrus font on all websites with Roboto |
文件大小 | 5.69 KB |
安装次数 | 64 |
当前版本 | 1.1 |
更新时间 | 2023-08-25 |
上架时间 | 2018-02-23 |
评分 | 4.43/5 共7次评分 |
开发者 | Casey Knauss |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |