• v0.2.2 45948f0e73

    monyi released this 2026-07-11 13:51:04 +02:00 | 0 commits to main since this release

    Fix: SW crash + context menu not appearing

    Root causes fixed

    • SW crash on startup: chrome.action.onClicked listener conflicted with setPanelBehavior. Removed the listener — setPanelBehavior alone handles the side panel.
    • Context menu missing: context menu items only created on onInstalled. When the SW restarts (happens frequently in MV3), onInstalled does not fire, so the menu disappeared. Added onStartup listener to recreate them.
    • setPanelBehavior crash guard: wrapped in try/catch so the SW does not crash if the sidePanel API is unavailable.

    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