GC78 Ice Cream Party

Replaces the text 'General Convention' with 'Ice Cream Party'.

Co to jest GC78 Ice Cream Party?

GC78 Ice Cream Party to rozszerzenie Chrome opracowane przez David Sibley, a jego główną funkcją jest „Replaces the text 'General Convention' with 'Ice Cream Party'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GC78 Ice Cream Party

Pobierz pliki rozszerzeń GC78 Ice Cream Party 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 provides relief to beleaguered Episcopalians who are overwhelmed by General Convention, or at least, need a laugh out of it. Let's have an Ice Cream party instead!

(Much credit and thanks to Eric Bailey, who wrote the  "Millennials to Snake People" extension, for making this very easy coding, by sharing his code publicly and freely licensing that work.)                    

Podstawowe informacje o rozszerzeniu

Nazwa GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Oficjalny URL https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Opis Replaces the text 'General Convention' with 'Ice Cream Party'.
Rozmiar pliku 33.27 KB
Liczba instalacji 25
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2015-06-12
Data Publikacji 2015-06-11
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper David Sibley
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GC78 Ice Cream Party",
    "short_name": "Ice Cream",
    "description": "Replaces the text 'General Convention' with 'Ice Cream Party'.",
    "author": "David Sibley",
    "version": "1.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}