-
Text Tools v0.2.2 (Beta) Pre-release
released this
2026-07-11 13:51:04 +02:00 | 0 commits to main since this releaseFix: 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
- Download the ZIP
- Unzip
- Go to chrome://extensions
- Enable Developer mode
- Click "Load unpacked" and select the unzipped folder
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads