• v0.2.1 545e1d17d4

    monyi released this 2026-07-11 13:32:53 +02:00 | 1 commits to main since this release

    Bugfix: context menu + side panel broken in v0.2.0

    Fixes

    • Context menu now works: v0.2.0 lost the text selection when the context menu opened (window.getSelection() returns null). Now falls back to DOM text search when the selection is lost.
    • Side panel now opens: setPanelBehavior was inside onInstalled (only fires on install/update). Moved to top-level so it runs on every service worker startup.

    What still works from v0.2.0

    • In-place text transform (clone element, swap text, replace node)
    • Side panel instead of popup

    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