Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Co to jest Spongebob Meme?
Spongebob Meme to rozszerzenie Chrome opracowane przez anthonyscottliu, a jego główną funkcją jest „Hit both of your control keys to automatically and randomly vary the capitalization of your letters.”.
Pobierz plik CRX rozszerzenia Spongebob Meme
Pobierz pliki rozszerzeń Spongebob Meme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
Oficjalny URL | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
Opis | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
Rozmiar pliku | 570 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-02-21 |
Data Publikacji | 2018-02-21 |
Ocena | 2.60/5 Łącznie 5 Oceny |
Deweloper | anthonyscottliu |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |