Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyanxiao/index-notch

Annotate scroll positions within webpages
https://github.com/cyanxiao/index-notch

chrome extension extension-chrome javascript tailwincss

Last synced: about 2 months ago
JSON representation

Annotate scroll positions within webpages

Awesome Lists containing this project

README

        

# Index Notch

Index Notch helps you annotate scroll positions within webpages.

![use index notch](pics/example.gif)

## How to use

1. Install from Chrome Web Extension Store or Github release page (in which case you should follow this [installation guide](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked)).
2. `control` + `b` to add a mark.
3. Click the mark once you want to scroll back and forth.
4. Right-click to delete.

## Development

1. Clone this project.
2. Run `yarn add` to install dependencies.
3. Run `yarn start` and load `dist` folder into Chrome in development.
4. Run `yarn build` to make a production build.

Any contribution is welcome.