GitPedia

Free export bookmarks

Freely bookmark export tool. 自由地书签导出工具。

From LightAPIs·Updated May 18, 2026·View on GitHub·

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. The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2020. Key topics include: bookmarks, chrome-extension, edge-addon, exporter, firefox-addon.

Latest release: v1.6.0Release v1.6.0
March 1, 2025View Changelog →

Selective Bookmarks Export Tool

Release Chrome Web Store Mozilla Add-ons Microsoft Edge Addons MIT

<p align="center"><b>English</b> | <a href="./README_CN.md">简体中文</a></p>

Freely bookmark export tool

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.

Installation

Chrome

Go to the Chrome Web Store to download and install.

Firefox

Go to the Mozilla Add-ons to download and install.

Edge

Go to the Microsoft Edge Addons to download and install.

Development

Environment

Initialization

bash
# Install pnpm npm install -g pnpm # Installation dependency pnpm install

Build

  • 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

Licence

MIT License

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from LightAPIs/free-export-bookmarks via the GitHub API.Last fetched: 6/28/2026