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 |
官方網址 | 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 } |