Comic Sans Everywhere

Change every font on the website to Comic Sans.

Comic Sans Everywhereคืออะไร?

Comic Sans Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mkonstantinow และคุณลักษณะหลักของมันคือ "Change every font on the website to Comic Sans."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comic Sans Everywhere

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

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

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

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

ชื่อ Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
คำอธิบาย Change every font on the website to Comic Sans.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 331
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-07-04
วันที่เผยแพร่ 2023-04-11
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mkonstantinow
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}