Christmasify

Click the icon to get some snowy goodness!

Christmasifyคืออะไร?

Christmasify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DanielKou และคุณลักษณะหลักของมันคือ "Click the icon to get some snowy goodness!"

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

screenshot
screenshot
screenshot

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

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

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

                        Christmasify is a Chrome extension that animates snowing on your current tab. You can toggle it on and off (though you probably wouldn't want to turn off such an awesome effect anyways).
Download this extension if you want some visually mesmerizing and hope inspiring snowflakes gentle dance across your web page.                    

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

ชื่อ Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
คำอธิบาย Click the icon to get some snowy goodness!
ขนาดไฟล์ 10.71 KB
จำนวนการติดตั้ง 385
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-08-18
วันที่เผยแพร่ 2015-08-18
คะแนน 4.07/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา DanielKou
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmasify",
    "short_name": "Christmasify",
    "description": "Click the icon to get some snowy goodness!",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}