Partyhatify

Suddenly, this webpage is wearing partyhats

Partyhatifyคืออะไร?

Partyhatify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xan และคุณลักษณะหลักของมันคือ "Suddenly, this webpage is wearing partyhats"

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

screenshot

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

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

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

                        This extension allows you to add party hats over any webpage.

Based upon party hat meme sparking from Tom Siddell's webcomic "Gunnerkrigg Court".

This extension has known issues with some websites, but works mostly consistently in its current state.
More features are planned.

See the website link for source code / bugtracker.

v.1.1 Initial release                    

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

ชื่อ Partyhatify Partyhatify
ID kdndljldiihhacbjgpfpldngjdfghgkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc
คำอธิบาย Suddenly, this webpage is wearing partyhats
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-02-14
วันที่เผยแพร่ 2014-02-14
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Xan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule
URL หน้าช่วยเหลือ https://github.com/kav2k/partyhat-chrome/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Partyhatify",
    "description": "Suddenly, this webpage is wearing partyhats",
    "icons": {
        "48": "img\/partyhat.png",
        "128": "img\/partyhat.png"
    },
    "browser_action": {
        "default_icon": "img\/partyhat.png",
        "default_title": "Suddenly, a partyhat!"
    },
    "background": {
        "scripts": [
            "js\/event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*.js"
    ],
    "version": "1.1"
}