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