Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

Comic Sansifierคืออะไร?

Comic Sansifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alfons Nilsson (TC5550) และคุณลักษณะหลักของมันคือ "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!"

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

screenshot
screenshot

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

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

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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

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

ชื่อ Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
คำอธิบาย This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
ขนาดไฟล์ 8.9 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-12-21
วันที่เผยแพร่ 2018-12-16
ผู้พัฒนา Alfons Nilsson (TC5550)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}