• v0.1.1 5a22d18036

    monyi released this 2026-07-10 19:35:13 +02:00 | 5 commits to main since this release

    Fix: context menu clipboard copy

    v0.1.0 used navigator.clipboard in the service worker (broken) and offscreen documents (race condition). v0.1.1 injects a script into the active tab that copies via textarea + execCommand.

    Transforms

    • UPPERCASE, lowercase, Title Case, Sentence case
    • camelCase, PascalCase, kebab-case, snake_case, CONSTANT_CASE
    • Reverse, Trim, Remove line breaks

    Install

    1. Download the ZIP
    2. Unzip
    3. Go to chrome://extensions
    4. Enable Developer mode
    5. Click "Load unpacked" and select the unzipped folder
    Downloads