Commit Graph

9 Commits

Author SHA1 Message Date
Simon
48fede38fd feat(ext): initialTab should be in controlled group; rm windowId; rm gray color 2026-03-16 20:51:32 +08:00
Simon
7c87c90258 fix(ext): fix multi-thread logic; extensive logging and error handling 2026-02-11 19:51:19 +08:00
Simon
9bd4a47d35 feat(ext): add includeInitialTab option; change main world API 2026-02-04 19:22:06 +08:00
Simon
4e87940127 fix(ext): update message handlers
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
b0e07d5180 feat(ext): monitor to tab change 2026-01-28 23:03:03 +08:00
Simon
9d37a452e4 feat(ext): improve tabs sum 2026-01-28 15:38:42 +08:00
Simon
0cad8a1159 feat(ext): use full task for tab group name 2026-01-28 14:12:30 +08:00
Simon
e425a3ed9f fix(ext): wait for new tab to load 2026-01-27 21:49:06 +08:00
Simon
fdc3cf4e6d feat(ext): handcraft the whole ext from scratch
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00