Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

Comic Sans-ifer 3000คืออะไร?

Comic Sans-ifer 3000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clarissa Kleveno และคุณลักษณะหลักของมันคือ "Changes everything to Comic Sans for no reason"

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

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

ชื่อ Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
คำอธิบาย Changes everything to Comic Sans for no reason
ขนาดไฟล์ 24.35 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2017-03-04
วันที่เผยแพร่ 2017-03-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Clarissa Kleveno
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}