If you want to leave a note on a web page and find it again next week, almost every option starts by asking who you are. An email address, a password, a workspace name, sometimes a team. You wanted a sticky note. You are being onboarded.
page•pin does not have an account because it does not have a server. Press Alt+N on any page, type, and it saves as you go. The note is stored in your own browser, on your own machine, under Chrome's extension storage. There is nowhere else for it to be.
What that actually buys you
Three things, and they are all consequences of the same decision.
Nothing to sign into, so nothing to be locked out of. No password reset, no "your session has expired", no free tier that quietly starts holding your notes hostage at note number eleven.
Nothing transmitted, so nothing to leak. There is no fetch in the extension,
no XMLHttpRequest, no sendBeacon and no WebSocket. That is checkable rather
than promised — the home page prints the permission list from the shipped
manifest, and the source is what it says it is.
And it is fast, because a note that saves to a local store does not have a round trip to be slow in.
What it costs, said plainly
Your notes are on that browser, on that machine. There is no sync. If you open the same page on your phone, the note is not there. If you wipe your Chrome profile, the notes go with it. That is not a feature I am dressing up: it is the direct price of having no server, and if you need the same note on three devices then page•pin is the wrong tool and I would rather you knew that now than after installing it.
It also asks for access to every site. That reads alarming in the Chrome install dialog and it should — most extensions asking for it have no business doing so. The reason here is mechanical: to draw your note onto the page you are looking at, it has to be able to reach whatever page you open. It cannot know in advance which ones those are. What it does with that access is draw a box and read back what you typed into it.
Where it fits
It is for the tab you have kept open for three days with something half-decided in it. The delivery form you will come back to. The article with the paragraph you want when you are writing later. Things that belong to a page rather than to a project, which is exactly the category a task manager handles badly.
It does not do reminders, tags, sharing, or a dashboard. There is no roadmap where it grows into those. If a note ever needs a server, that will be said on this site before you install anything.
page•pin on the Chrome Web Store — free, and there is no upgrade to sell you.