Spongebob Meme

Hit both of your control keys to automatically and randomly vary the capitalization of your letters.

O que é Spongebob Meme?

Spongebob Meme é uma extensão do Chrome desenvolvida por anthonyscottliu, e sua principal característica é "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".

Baixar o arquivo CRX da Extensão Spongebob Meme

Baixe arquivos de extensão Spongebob Meme 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

                        You know that spongebob meme where you vArY yoUR tEXt LiKE ThiS???

This extension lets you do that easier. Hold your left ctrl button and then tap your right ctrl button (or left commmand and right command) to activate it!

Then, all your letters will be randomly capitalized.

==

Privacy policy: this extension runs entirely inside of your browser. It doesn't leak any data to the outside world, so your keypresses are safe.                    

Informações Básicas da Extensão

Nome Spongebob Meme Spongebob Meme
ID ffejdaecbombjdangpifnjgbpomgkckj
URL Oficial https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj
Descrição Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Tamanho do Arquivo 570 KB
Contagem de Instalações 85
Versão Atual 1.0
Última Atualização 2018-02-21
Data de Publicação 2018-02-21
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor anthonyscottliu
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spongebob Meme",
    "short_name": "sponge-meme",
    "version": "1.0",
    "description": "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.",
    "icons": {
        "450": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "meme.js"
            ],
            "run_at": "document_end"
        }
    ]
}