GC78 Ice Cream Party

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

Hvad er GC78 Ice Cream Party?

GC78 Ice Cream Party er en Chrome-udvidelse udviklet af David Sibley, og dens hovedfunktion er "Replaces the text 'General Convention' with 'Ice Cream Party'.".

Udvidelsesskærmbilleder

screenshot

Download GC78 Ice Cream Party-udvidelses-CRX-fil

Download GC78 Ice Cream Party-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Officiel URL https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Beskrivelse Replaces the text 'General Convention' with 'Ice Cream Party'.
Filstørrelse 33.27 KB
Antal Installationer 25
Nuværende Version 1.7
Senest Opdateret 2015-06-12
Udgivelsesdato 2015-06-11
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler David Sibley
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}