GC78 Ice Cream Party

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

O que é GC78 Ice Cream Party?

GC78 Ice Cream Party é uma extensão do Chrome desenvolvida por David Sibley, e sua principal característica é "Replaces the text 'General Convention' with 'Ice Cream Party'.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GC78 Ice Cream Party

Baixe arquivos de extensão GC78 Ice Cream Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
URL Oficial https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Descrição Replaces the text 'General Convention' with 'Ice Cream Party'.
Tamanho do Arquivo 33.27 KB
Contagem de Instalações 25
Versão Atual 1.7
Última Atualização 2015-06-12
Data de Publicação 2015-06-11
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor David Sibley
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}