tabnotes-tab-manager by 剑士One
Give every tab a note. Find any tab again by what it was for, not just its title.
Extension Metadata
Screenshots
About this extension
You have 30 tabs open. Three days from now you'll have no idea why.
Every tab manager sorts your tabs by title and URL — but the reason you opened a
tab was never in the title. It was in your head. That's the part you forget.
TabNotes fixes that. Attach a note to any page — one line is enough:
Then find it again by searching what you wrote. Not by squinting at 30
identical-looking tabs.
WHAT YOU GET
PRIVATE BY DESIGN
TabNotes has no server, no account, and no analytics. Your notes are stored in
your own browser and never leave your computer. There is nothing to sign up for
and nothing to leak.
FREE
Every feature is available with no account, no sign-up, and no time limit. The
interface is available in English and Simplified Chinese.
Questions or feature requests: the support link below is the fastest way to
reach the developer.
Every tab manager sorts your tabs by title and URL — but the reason you opened a
tab was never in the title. It was in your head. That's the part you forget.
TabNotes fixes that. Attach a note to any page — one line is enough:
competitor pricing, cite in Thursday deck
recipe — halve the sugar
bug repro, check again after deploy
Then find it again by searching what you wrote. Not by squinting at 30
identical-looking tabs.
WHAT YOU GET
- Per-tab notes — your note follows the page, so it survives closing and restoring the tab
- Search across every note, title, and tag
- Saved sessions — snapshot all your open tabs and restore them later, and add or remove individual tabs from a saved session
- Edit any note in place, without reopening the page
- Star the notes that matter
- Click any note to jump to that tab, or open it if it is closed
- Works in the sidebar, so it stays out of your way
PRIVATE BY DESIGN
TabNotes has no server, no account, and no analytics. Your notes are stored in
your own browser and never leave your computer. There is nothing to sign up for
and nothing to leak.
FREE
Every feature is available with no account, no sign-up, and no time limit. The
interface is available in English and Simplified Chinese.
Questions or feature requests: the support link below is the fastest way to
reach the developer.
Rated 0 by 0 reviewers
Permissions and data
Required permissions:
- Access browser tabs
Data collection:
- The developer says this extension doesn't require data collection.
More information
- Add-on Links
- Version
- 0.1.1
- Size
- 93.38 KB
- Last updated
- 12 days ago (Sep 15, 2026)
- Related Categories
- License
- MIT License
- Privacy Policy
- Read the privacy policy for this add-on
- Version History
- Add to collection
The uploaded tabnotes-0.1.0-firefox.zip is a compiled bundle produced by
WXT 0.21.4 + Vite. The matching source is in the attached
tabnotes-0.1.0-sources.zip. To reproduce the submitted build:
npm install # honours package-lock.json (Node 22, npm 10)
npm run zip:firefox # writes .output/tabnotes-0.1.0-firefox.zip
That is the entire build. No other step, no generated code.
NOTES FOR THE REVIEWER
and no use of eval(). Everything the user creates is written to
chrome.storage.local and stays on the device. There is no telemetry and no
analytics of any kind.
to the right page, and lists the tabs in a window only when the user
explicitly saves a session.
sidebar_action -> sidepanel.html. Chrome's side panel is a build-time
manifest difference in the same source tree.