Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patheticGeek/chrome-bookmark-exporter

An extension to export your chrome bookmarks in a sane way.
https://github.com/patheticGeek/chrome-bookmark-exporter

bookmark chrome export extention typescript

Last synced: 2 months ago
JSON representation

An extension to export your chrome bookmarks in a sane way.

Awesome Lists containing this project

README

        

# Bookmarks Exporter

An extension to export your chrome bookmarks in a sane way.

> DEPRICATED: New version is here https://github.com/patheticGeek/improved-potato

## Building

1. Clone repo
2. `npm i`
3. `npm run dev` to compile once or `npm run watch` to run the dev task in watch mode
4. `npm run build` to build a production (minified) version

## Installation

1. Complete the steps to build the project above
2. Go to [_chrome://extensions_](chrome://extensions) in Google Chrome
3. With the developer mode checkbox ticked, click **Load unpacked extension...** and select the _dist_ folder from this repo