Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiabdm/scrollmark

Firefox extension to save scroll positions in a website.
https://github.com/claudiabdm/scrollmark

browser-extension firefox-addon firefox-extension javascript web-extension

Last synced: about 2 months ago
JSON representation

Firefox extension to save scroll positions in a website.

Awesome Lists containing this project

README

        

Scrollmark

# Scrollmark
https://user-images.githubusercontent.com/44007726/131229045-4e28f00a-cd1c-4fed-930b-3e9fb877c3f2.mov

## Description
Firefox extension to save scroll position in a website. This way is easier to remember where you left your reading, mark important information, etc.

## Features
- Save scroll positions within a website in a list.
- Add a mark name.
- Delete scroll position from the list.

## Build Setup

```bash
# install web-ext
$ npm install --global web-ext

# open dev environment
$ web-ext run

# build for production
$ web-ext build
```