The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

The Fantastic Comic Sans MS Browserคืออะไร?

The Fantastic Comic Sans MS Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yannick.Armspach และคุณลักษณะหลักของมันคือ "Rot your browser with the Fantastic Comic Sans MS !"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Fantastic Comic Sans MS Browser

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

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

                        All the internet with the Fantastic Comic Sans MS font !                    

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

ชื่อ The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
คำอธิบาย Rot your browser with the Fantastic Comic Sans MS !
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2012-12-12
วันที่เผยแพร่ 2012-12-12
คะแนน 4.27/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Yannick.Armspach
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}