Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Was ist Spongebob Meme?
Spongebob Meme ist eine Chrome-Erweiterung, die von anthonyscottliu entwickelt wurde, und ihr Hauptmerkmal ist "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Spongebob Meme-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spongebob Meme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
Offizielle URL | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Beschreibung | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Dateigröße | 570 KB |
Installationsanzahl | 85 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-02-21 |
Veröffentlichungsdatum | 2018-02-21 |
Bewertung | 2.60/5 Insgesamt 5 Bewertungen |
Entwickler | anthonyscottliu |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |