Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyanxiao/index-notch
- Owner: cyanxiao
- License: gpl-3.0
- Created: 2022-04-16T04:53:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T12:47:58.000Z (6 months ago)
- Last Synced: 2024-09-23T14:09:39.906Z (3 months ago)
- Topics: chrome, extension, extension-chrome, javascript, tailwincss
- Language: JavaScript
- Homepage: https://indexnotch.vercel.app/
- Size: 14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Storeor 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.