https://github.com/0x77chris/websavepath
a chrome extension for saving file from a specific website or specific extension to a specific choosen path.
https://github.com/0x77chris/websavepath
chrome chrome-extension extension javascript time-saving-tool
Last synced: 30 days ago
JSON representation
a chrome extension for saving file from a specific website or specific extension to a specific choosen path.
- Host: GitHub
- URL: https://github.com/0x77chris/websavepath
- Owner: 0x77chris
- License: mit
- Created: 2025-02-05T19:44:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:09:05.000Z (over 1 year ago)
- Last Synced: 2026-04-20T03:41:25.640Z (about 1 month ago)
- Topics: chrome, chrome-extension, extension, javascript, time-saving-tool
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirsaveweb
> A minimum extension template. This template includes a manifest file.
## Available Scripts
In the project directory, you can run the following scripts:
### npm dev
**Development Mode**: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
```bash
npm dev
```
### npm start
**Production Preview**: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
```bash
npm start
```
### npm build
**Build for Production**: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
```bash
npm build
```
## Learn More
To learn more about creating cross-browser extensions with Extension.js, visit the [official documentation](https://extension.js.org).