Spongebob Meme

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

What is Spongebob Meme?

Spongebob Meme is a Chrome extension developed by anthonyscottliu, and its main feature is "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".

Download Spongebob Meme Extension CRX File

Download Spongebob Meme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spongebob Meme Spongebob Meme
ID ffejdaecbombjdangpifnjgbpomgkckj
Official URL https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj
Description Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
File Size 570 KB
Installation Count 85
Current Version 1.0
Last Updated 2018-02-21
Publish Date 2018-02-21
Rating 2.60/5 Total 5 Ratings
Developer anthonyscottliu
Payment Type free
Supported Languages 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"
        }
    ]
}