GC78 Ice Cream Party
Replaces the text 'General Convention' with 'Ice Cream Party'.
Wat is GC78 Ice Cream Party?
GC78 Ice Cream Party is een Chrome-extensie ontwikkeld door David Sibley, en de belangrijkste functie is "Replaces the text 'General Convention' with 'Ice Cream Party'.".
Extensie Screenshots
Download het CRX-bestand van de extensie GC78 Ice Cream Party
Download GC78 Ice Cream Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | GC78 Ice Cream Party |
ID | ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
Officiële URL | https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
Beschrijving | Replaces the text 'General Convention' with 'Ice Cream Party'. |
Bestandsgrootte | 33.27 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2015-06-12 |
Publicatiedatum | 2015-06-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | David Sibley |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |