Partyhatify

Suddenly, this webpage is wearing partyhats

Wat is Partyhatify?

Partyhatify is een Chrome-extensie ontwikkeld door Xan, en de belangrijkste functie is "Suddenly, this webpage is wearing partyhats".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Partyhatify

Download Partyhatify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Partyhatify Partyhatify
ID kdndljldiihhacbjgpfpldngjdfghgkc
Officiële URL https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc
Beschrijving Suddenly, this webpage is wearing partyhats
Bestandsgrootte 192 KB
Aantal Installaties 47
Huidige Versie 1.1
Laatst Bijgewerkt 2014-02-14
Publicatiedatum 2014-02-14
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Xan
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule
Help Pagina-URL https://github.com/kav2k/partyhat-chrome/
Ondersteunde Talen 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"
}