Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Apa itu Spongebob Meme?
Spongebob Meme adalah ekstensi Chrome yang dikembangkan oleh anthonyscottliu, dan fitur utamanya adalah "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Unduh Berkas CRX Ekstensi Spongebob Meme
Unduh file ekstensi Spongebob Meme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
URL Resmi | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Deskripsi | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Ukuran File | 570 KB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-02-21 |
Tanggal Publikasi | 2018-02-21 |
Penilaian | 2.60/5 Total 5 Penilaian |
Pengembang | anthonyscottliu |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |