Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Cos'è Spongebob Meme?
Spongebob Meme è un'estensione di Chrome sviluppata da anthonyscottliu, e la sua funzione principale è "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Scarica il file CRX dell'estensione Spongebob Meme
Scarica i file di estensione Spongebob Meme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
URL Ufficiale | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Descrizione | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Dimensione del File | 570 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-02-21 |
Data di Pubblicazione | 2018-02-21 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | anthonyscottliu |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |