Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Vad är Spongebob Meme?
Spongebob Meme är en Chrome-tillägg utvecklad av anthonyscottliu, och dess huvudfunktion är "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Ladda ner Spongebob Meme-förlängningens CRX-fil
Ladda ner Spongebob Meme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
Officiell webbadress | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Beskrivning | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Filstorlek | 570 KB |
Antal Installationer | 85 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-02-21 |
Publiceringsdatum | 2018-02-21 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | anthonyscottliu |
Betalningssätt | free |
Stödda Språk | 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" } ] } |