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 |
Eメール | [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 } |