https://github.com/danman113/simple-autoscrollv2
Manifest V3 version of autoscroll
https://github.com/danman113/simple-autoscrollv2
Last synced: 4 months ago
JSON representation
Manifest V3 version of autoscroll
- Host: GitHub
- URL: https://github.com/danman113/simple-autoscrollv2
- Owner: danman113
- License: gpl-3.0
- Created: 2023-04-15T00:15:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T01:38:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T08:01:47.795Z (11 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-autoscroll
An extension that adds the ability to automatically scroll through long pages.
# Setup
Simple Autoscroll uses typescript, and requires compilation before chrome can use it:
1. Install Node.js and npm (Node Package Manager) on your machine if you haven't already. You can download Node.js from the official website: https://nodejs.org
2. Open a terminal or command prompt and navigate the `simple-autoscrollv2` directory.
3. Install project dependencies by running the following command:
```bash
npm install
```
4. Build the project using Vite by running the following command:
```bash
npm run build
```
This will generate the necessary files in the `scripts/` directory, including the JavaScript files for content and background scripts, and the root HTML file.
5. Open Google Chrome and go to the extensions page by typing `chrome://extensions/` in the address bar.
6. In the top-right corner, make sure the "Developer mode" toggle is enabled.
7. Click on the "Load unpacked" button. A file dialog will appear.
8. Navigate to the `simple-autoscrollv2` directory. and click "open".
10. The extension should now be installed. You should see it listed on the extensions page.
11. If you make changes to the source files, you can rebuild it using step 4 and then click the "Reload" button under your extension on the extensions page to apply the changes.