Partyhatify

Suddenly, this webpage is wearing partyhats

Partyhatify क्या है?

Partyhatify Xan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suddenly, this webpage is wearing partyhats"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Partyhatify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}