Spongebob Meme

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

Что такое Spongebob Meme?

Spongebob Meme - это расширение Chrome, разработанное anthonyscottliu, и его основная функция - "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".

Скачать файл CRX расширения Spongebob Meme

Скачайте файлы расширений Spongebob Meme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Spongebob Meme Spongebob Meme
ID ffejdaecbombjdangpifnjgbpomgkckj
Официальный URL https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj
Описание Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Размер файла 570 KB
Количество установок 85
Текущая Версия 1.0
Последнее Обновление 2018-02-21
Дата публикации 2018-02-21
Рейтинг 2.60/5 Всего 5 оценок
Разработчик anthonyscottliu
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}