| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Cloudmark is a universal cloud bookmark management tool that allows you to easily save and access your bookmarks from anywhere. No login or registration required — create a collection ID (mark) plus a secret write token, install the bookmarklet, and start saving pages.
Try it online: https://cloudmark.site/
| Capability | Requirement |
|---|---|
| View collection | Know the mark (URL) |
| Add / edit / delete | Valid write token for that mark |
| Bookmarklet save | mark + token query params |
The Manifest V3 extension saves the active tab with an existing or new category and adds page/link actions to Chrome's context menu.
Chrome does not support one-click installation of store-external extensions for regular users. Keep the unzipped directory after loading the extension. New versions are published on the GitHub Releases page.
For local development, build and load dist-extension/ instead:
pnpm install
pnpm build:extensionSee extension/README.md for permissions and development details.
pnpm installpnpm exec wrangler d1 create cloudmarkPut the returned database_id into wrangler.jsonc → d1_databases[0].database_id.
Apply migrations:
# local (Miniflare)
pnpm db:migrate:local
# production
pnpm db:migrate:remotepnpm devVisit http://localhost:3000.
pnpm db:migrate:local
pnpm previewOne-click deploy (creates a Cloudflare Worker from this repo):
Or from your machine:
pnpm db:migrate:remote
pnpm run deployAfter the first deploy, set d1_databases[0].database_id in wrangler.jsonc (or via the dashboard) and run migrations.
This project is open-sourced under the AGPL-3.0 license.
Issues and Pull Requests are welcome!
If you have any questions, please contact us through GitHub Issues.
| Back | FazBrowse Home | New Git URL |