Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Qu'est-ce que Spongebob Meme ?
Spongebob Meme est une extension Chrome développée par anthonyscottliu, et sa fonction principale est "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Télécharger le fichier CRX de l'extension Spongebob Meme
Téléchargez les fichiers d'extension Spongebob Meme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
URL Officiel | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Description | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Taille du Fichier | 570 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-02-21 |
Date de Publication | 2018-02-21 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | anthonyscottliu |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |