everything papyrus

replaces the font on every website with Papyrus

everything papyrusคืออะไร?

everything papyrus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eugene kudashev และคุณลักษณะหลักของมันคือ "replaces the font on every website with Papyrus"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย everything papyrus

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

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

                        very predictably, this extension changes the font on every website to Papyrus                    

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

ชื่อ everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
คำอธิบาย replaces the font on every website with Papyrus
ขนาดไฟล์ 24.95 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-02-28
วันที่เผยแพร่ 2020-02-28
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา eugene kudashev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everything papyrus",
    "version": "0.1.1",
    "description": "replaces the font on every website with Papyrus",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}