Spongebob Text Transformer
A Vicinae extension that transforms your text into the mocking Spongebob meme format (alternating capitalization).
Features
- Randomized Transformation: Converts text like "Hello World" into "hElLo wOrLd" with randomized capitalization.
- Copy to Clipboard: Easily copy the transformed text to your clipboard.
- Paste: Directly paste the transformed text into your active application.
Usage
- Open Vicinae and search for "Spongebob Text Transformer".
- Type the text you want to transform.
- Press
Enterto copy the result or use the actions to paste it.
Development
Install dependencies and run in development mode:
npm install
npm run dev
Build for production:
npm run build