Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurt-liao/back-to-top
A chrome extension that inject a back-to-top button in every web page.
https://github.com/kurt-liao/back-to-top
back-to-top chrome-extension scroll
Last synced: 1 day ago
JSON representation
A chrome extension that inject a back-to-top button in every web page.
- Host: GitHub
- URL: https://github.com/kurt-liao/back-to-top
- Owner: kurt-liao
- License: mit
- Created: 2022-07-21T16:50:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T01:36:50.000Z (about 2 years ago)
- Last Synced: 2024-12-20T22:46:08.885Z (2 days ago)
- Topics: back-to-top, chrome-extension, scroll
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Back To Top
A chrome extension that inject a back-to-top button in every web page.
## Install
Extension link is [here](https://chrome.google.com/webstore/detail/back-to-top/nealmcceckopfhgbdeniofkpdehmjicc?hl=zh-TW), just install!
## Motivation
Sometimes when I reading some articles from some web, there's no back-to-top button for me to scroll top instantly.
For the inconvenient reason, I create this extension that inject a back-to-top button if the page has scrollbar.## TODOs
- [x] Main feature - Injected back-to-top button with scroll top function.
- [ ] Support on/off manually.
- [ ] Support custom styles of button settings from option page.[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
## Contributors