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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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