Partyhatify

Suddenly, this webpage is wearing partyhats

Co to jest Partyhatify?

Partyhatify to rozszerzenie Chrome opracowane przez Xan, a jego główną funkcją jest „Suddenly, this webpage is wearing partyhats”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Partyhatify

Pobierz pliki rozszerzeń Partyhatify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Partyhatify Partyhatify
ID kdndljldiihhacbjgpfpldngjdfghgkc
Oficjalny URL https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc
Opis Suddenly, this webpage is wearing partyhats
Rozmiar pliku 192 KB
Liczba instalacji 47
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-02-14
Data Publikacji 2014-02-14
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper Xan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule
Adres URL Strony Pomocy https://github.com/kav2k/partyhat-chrome/
Obsługiwane Języki 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"
}