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

  1. Open Vicinae and search for "Spongebob Text Transformer".
  2. Type the text you want to transform.
  3. Press Enter to 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