Freely bookmark export tool
- English
- 中文版
It allows users to choose the bookmarks they want to export as HTML file, to decide the data structure of the exported content, and to filter the results by keywords when selecting bookmarks.
Go to the Chrome Web Store to download and install.
Go to the Mozilla Add-ons to download and install.
Go to the Microsoft Edge Addons to download and install.
- Install Node.js 20
# Install pnpm
npm install -g pnpm
# Installation dependency
pnpm install
- Build the Chrome version:
pnpm run build:c
- Build the Firefox version:
pnpm run build:f
- Build the Edge version:
pnpm run build:e
- Package configuration is located in
vite.config.ts
- Extension source code is in the
src
directory - Without changing the configuration, all files and folders in the
src/assets
directory will be automatically copied to the root directory when packaging
MIT License