Comic Fireball

Read Daring Fireball in Comic Sans and Marker Felt

Comic Fireballคืออะไร?

Comic Fireball เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codingrobots.com และคุณลักษณะหลักของมันคือ "Read Daring Fireball in Comic Sans and Marker Felt"

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

screenshot

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

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

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

                        OMG! Read Daring Fireball (http://daringfireball.net) in Comic Sans and Marker Felt!!! Because it looks BETTER this way.                    

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

ชื่อ Comic Fireball Comic Fireball
ID mppmjcponahhpooopjoiaaameifaigcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comic-fireball/mppmjcponahhpooopjoiaaameifaigcm
คำอธิบาย Read Daring Fireball in Comic Sans and Marker Felt
ขนาดไฟล์ 10.9 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-06-15
วันที่เผยแพร่ 2013-06-15
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.codingrobots.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.codingrobots.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "comic.css"
            ],
            "matches": [
                "http:\/\/daringfireball.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Read Daring Fireball in Comic Sans and Marker Felt",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Comic Fireball",
    "version": "1.0"
}