Cookie Creator — Chrome
Create, edit and delete cookies while debugging, with a recent-cookies history so a test state can be rebuilt in one click.
What it is
A small developer tool for the Chrome Web Store. It creates a cookie for the site you are on, edits or deletes existing ones, and keeps a list of recently created cookies so a test state is one click away.
What I did
Wrote the extension end to end — the popup UI, the cookies-API integration and the recent-cookies store.
How it is built
Vanilla JavaScript against the WebExtensions cookies API. No build step, no dependencies.
Where it got to
[Install count from the Chrome Web Store dashboard.]