Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patheticGeek/chrome-bookmark-exporter
- Owner: patheticGeek
- License: mit
- Archived: true
- Created: 2021-06-23T13:16:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T12:48:28.000Z (about 3 years ago)
- Last Synced: 2024-08-17T08:04:38.417Z (6 months ago)
- Topics: bookmark, chrome, export, extention, typescript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/bookmarks-exporter/kjnippnbinaiaophckfmlbicclieefpf
- Size: 168 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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