Partyhatify

Suddenly, this webpage is wearing partyhats

Qu'est-ce que Partyhatify ?

Partyhatify est une extension Chrome développée par Xan, et sa fonction principale est "Suddenly, this webpage is wearing partyhats".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Partyhatify

Téléchargez les fichiers d'extension Partyhatify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Partyhatify Partyhatify
ID kdndljldiihhacbjgpfpldngjdfghgkc
URL Officiel https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc
Description Suddenly, this webpage is wearing partyhats
Taille du Fichier 192 KB
Nombre d'Installations 47
Version Actuelle 1.1
Dernière Mise à Jour 2014-02-14
Date de Publication 2014-02-14
Évaluation 4.83/5 Total 6 Évaluations
Développeur Xan
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule
URL de la Page d'Aide https://github.com/kav2k/partyhat-chrome/
Langues Prises en Charge 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"
}