Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Papyrus Font Replacerคืออะไร?

Papyrus Font Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Casey Knauss และคุณลักษณะหลักของมันคือ "Replace Papyrus font on all websites with Roboto"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Papyrus Font Replacer

ดาวน์โหลดไฟล์ส่วนขยาย Papyrus Font Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replaces the Papyrus font with Google's Roboto Font for Easier Readability                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Papyrus Font Replacer 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
}