Skip to content

LightAPIs/free-export-bookmarks

Repository files navigation

Selective Bookmarks Export Tool

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

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

  • Install Node.js 8.9 and above (new version has integrated npm)

Initialization

# Install Vue CLI
npm install @vue/cli -g

# Installation dependency
npm install

Build

  • Build the Chrome version: npm run build-chrome
  • Build the Firefox version: npm run build-firefox
  • Build the Edge version: npm run build-edge

Related

  • Package configuration is located in vue.config.js
  • 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

Thanks

Licence

MIT License