Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/claudiabdm/scrollmark
- Owner: claudiabdm
- License: mit
- Created: 2021-08-27T18:55:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T10:44:19.000Z (over 3 years ago)
- Last Synced: 2024-10-09T03:41:21.317Z (2 months ago)
- Topics: browser-extension, firefox-addon, firefox-extension, javascript, web-extension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/scrollmark/
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```