Spongebob Meme

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

什么是Spongebob Meme?

Spongebob Meme是由anthonyscottliu开发的Chrome扩展程序,该扩展的主要功能是“Hit both of your control keys to automatically and randomly vary the capitalization of your letters.”。

下载Spongebob Meme扩展crx文件

下载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"
        }
    ]
}