GC78 Ice Cream Party
Replaces the text 'General Convention' with 'Ice Cream Party'.
Qu'est-ce que GC78 Ice Cream Party ?
GC78 Ice Cream Party est une extension Chrome développée par David Sibley, et sa fonction principale est "Replaces the text 'General Convention' with 'Ice Cream Party'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GC78 Ice Cream Party
Téléchargez les fichiers d'extension GC78 Ice Cream Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.)
Informations de Base sur l'Extension
Nom | GC78 Ice Cream Party |
ID | ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
URL Officiel | https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
Description | Replaces the text 'General Convention' with 'Ice Cream Party'. |
Taille du Fichier | 33.27 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2015-06-12 |
Date de Publication | 2015-06-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | David Sibley |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |