GC78 Ice Cream Party

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

¿Qué es GC78 Ice Cream Party?

GC78 Ice Cream Party es una extensión de Chrome desarrollada por David Sibley, y su función principal es "Replaces the text 'General Convention' with 'Ice Cream Party'.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GC78 Ice Cream Party

Descarga archivos de extensión GC78 Ice Cream Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
URL Oficial https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Descripción Replaces the text 'General Convention' with 'Ice Cream Party'.
Tamaño del Archivo 33.27 KB
Cantidad de Instalaciones 25
Versión Actual 1.7
Última Actualización 2015-06-12
Fecha de Publicación 2015-06-11
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador David Sibley
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}