GC78 Ice Cream Party

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

Co je GC78 Ice Cream Party?

GC78 Ice Cream Party je rozšíření Chrome vyvinuté David Sibley, a jeho hlavní funkcí je „Replaces the text 'General Convention' with 'Ice Cream Party'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GC78 Ice Cream Party

Stáhněte si soubory rozšíření GC78 Ice Cream Party ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.)                    

Základní Informace o Rozšíření

Název GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Oficiální URL https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Popis Replaces the text 'General Convention' with 'Ice Cream Party'.
Velikost souboru 33.27 KB
Počet instalací 25
Aktuální Verze 1.7
Poslední Aktualizace 2015-06-12
Datum Vydání 2015-06-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář David Sibley
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}