Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
¿Qué es Spongebob Meme?
Spongebob Meme es una extensión de Chrome desarrollada por anthonyscottliu, y su función principal es "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".
Descargar Archivo CRX de la Extensión Spongebob Meme
Descarga archivos de extensión Spongebob Meme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
URL Oficial | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Descripción | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Tamaño del Archivo | 570 KB |
Cantidad de Instalaciones | 85 |
Versión Actual | 1.0 |
Última Actualización | 2018-02-21 |
Fecha de Publicación | 2018-02-21 |
Calificación | 2.60/5 Total de 5 Calificaciones |
Desarrollador | anthonyscottliu |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |