supermemory/apps/browser-extension
Rikinshah787 71bc9e8418 fix(browser-extension): make the save-memory keyboard shortcut fire
The keydown handler checked event.shiftKey && event.key === "m", but
with Shift held the key value is "M", so the condition could never be
true and Ctrl/Cmd+Shift+M did nothing on any page. Compare the key
case-insensitively instead.
2026-08-25 16:07:37 -07:00
..
components feat: fix interaction and improve Design for extension (#679) 2026-01-18 04:06:36 +00:00
entrypoints fix(browser-extension): make the save-memory keyboard shortcut fire 2026-08-25 16:07:37 -07:00
fonts feat: browser extension 2025-08-28 19:00:59 -07:00
public feat(extension): Add support across gemini & claude, live tool tip, auto complete support (#971) 2026-07-21 13:12:20 -07:00
utils feat(extension): expand t.co links when importing tweets (#1352) 2026-08-01 17:35:33 +05:30
.env.example extension: updated telemetry and batch upload (#415) 2025-09-08 05:19:10 +00:00
.gitignore feat: browser extension 2025-08-28 19:00:59 -07:00
package.json fix(browser-extension): run wxt prepare before type checking (#1557) 2026-08-19 19:23:52 +05:30
README.md feat: browser extension 2025-08-28 19:00:59 -07:00
tsconfig.json fix(extension): scope related memory search (#1215) 2026-07-10 19:15:29 -07:00
wxt.config.ts feat(extension): Add support across gemini & claude, live tool tip, auto complete support (#971) 2026-07-21 13:12:20 -07:00

supermemory Browser Extension