Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Wat is Spongebob Meme?
Spongebob Meme is een Chrome-extensie ontwikkeld door anthonyscottliu, en de belangrijkste functie is "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Download het CRX-bestand van de extensie Spongebob Meme
Download Spongebob Meme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
Officiële URL | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Beschrijving | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Bestandsgrootte | 570 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-02-21 |
Publicatiedatum | 2018-02-21 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | anthonyscottliu |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |