Text Tools — Convert text with ease. 100% free Chrome extension.
  • TypeScript 67.4%
  • CSS 16.1%
  • Python 9.8%
  • HTML 4.6%
  • Shell 2.1%
Find a file
Jose Juan Moñino 45948f0e73 fix v0.2.2: remove action.onClicked conflict + onStartup context menus
- Remove chrome.action.onClicked listener that conflicted with
  setPanelBehavior and could crash the SW on startup
- Add onStartup listener to recreate context menus when SW restarts
  without onInstalled firing
- Wrap setPanelBehavior in try/catch to prevent SW crash if sidePanel
  API not available
- Bump version 0.2.1 → 0.2.2
2026-07-11 13:50:56 +02:00
.wxt feat v0.2.0: in-place context menu transform + side panel 2026-07-11 13:28:26 +02:00
public/icons fix: remove offscreen, use navigator.clipboard directly in service worker 2026-07-10 17:09:43 +02:00
scripts feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
src fix v0.2.2: remove action.onClicked conflict + onStartup context menus 2026-07-11 13:50:56 +02:00
tests feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
.gitignore feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
.npmrc feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
AGENTS.md feat v0.2.0: in-place context menu transform + side panel 2026-07-11 13:28:26 +02:00
biome.json feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
LICENSE feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
package.json fix v0.2.2: remove action.onClicked conflict + onStartup context menus 2026-07-11 13:50:56 +02:00
pnpm-lock.yaml feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
pnpm-workspace.yaml feat: Text Tools v1.0.0 — text transform extension 2026-07-10 11:09:14 +02:00
tsconfig.json feat: add context menu + offscreen clipboard, bump to v0.1.0 2026-07-10 15:48:25 +02:00
wxt.config.ts fix v0.2.2: remove action.onClicked conflict + onStartup context menus 2026-07-11 13:50:56 +02:00