Language: English | 繁體中文
Del or Keep is a Manifest V3 Chrome extension that turns the new tab page into a lightweight bookmark review queue. It shows one bookmark saved at least 30 days ago and lets the user open, keep, or delete it with confirmation and undo.
- Reviews one old bookmark at a time from the Chrome new tab page.
- Lets users open a bookmark before deciding.
- Supports keep, delete with confirmation, and undo for a recent delete.
- Keeps review state local in Chrome extension storage.
- Uses the Bing daily image endpoint only for the new tab background.
Del or Keep is available on the Chrome Web Store:
https://chromewebstore.google.com/detail/del-or-keep/eggcocipdbghmkgaammakmffefdobbgn
Click the badge above or open the store listing in Chrome, then choose Add to Chrome.
pnpm install
pnpm verifyBuild the unpacked extension:
pnpm buildThen load extension/dist from chrome://extensions with Developer mode enabled.
Generate local release artifacts:
pnpm release:prepareThis runs tests, builds the extension, regenerates Chrome Web Store image assets, validates asset dimensions, and creates:
extension/distfor local unpacked testing.store/assets/screenshots/*.pngfor local listing screenshots.store/assets/promotional/*.pngfor local promotional tiles.releases/del-or-keep-<version>.zipfor Chrome Web Store upload.releases/del-or-keep-<version>.zip.sha256for local integrity checks.
Build output, store assets, and release archives are generated artifacts and are intentionally ignored by git.
Bookmark titles, URLs, folder placement, and review state stay in Chrome APIs and chrome.storage.local on the user's device. The extension has no analytics, ads, accounts, or remote code.
The only external host permission is https://www.bing.com/*, used to fetch Bing homepage image metadata and image assets for the new tab background. Bookmark titles, URLs, folder placement, and review state are not sent to Bing.
The public privacy policy lives at PRIVACY.md.
Please report vulnerabilities privately. See SECURITY.md for supported versions, reporting guidance, and the release security checklist.
Licensed under the Apache License, Version 2.0. See LICENSE and NOTICE.
