Partyhatify

Suddenly, this webpage is wearing partyhats

Cos'è Partyhatify?

Partyhatify è un'estensione di Chrome sviluppata da Xan, e la sua funzione principale è "Suddenly, this webpage is wearing partyhats".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Partyhatify

Scarica i file di estensione Partyhatify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Partyhatify Partyhatify
ID kdndljldiihhacbjgpfpldngjdfghgkc
URL Ufficiale https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc
Descrizione Suddenly, this webpage is wearing partyhats
Dimensione del File 192 KB
Conteggio Installazioni 47
Versione Corrente 1.1
Ultimo Aggiornamento 2014-02-14
Data di Pubblicazione 2014-02-14
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Xan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule
URL della Pagina di Aiuto https://github.com/kav2k/partyhat-chrome/
Lingue Supportate 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"
}