chikl/jsdownloader
Firefox addon to download JavaScript files automatically from websites while browsing through the web.
- JavaScript 67.9%
- CSS 16.6%
- HTML 15.5%
| .husky | first commit | |
| .yarn | Update linting dependencies | |
| src | Raise version number | |
| .gitattributes | first commit | |
| .gitignore | first commit | |
| .prettierignore | first commit | |
| .prettierrc.json | first commit | |
| .yarnrc.yml | Update Yarn | |
| eslint.config.js | Update libraries and format files | |
| LICENSE | first commit | |
| package.json | Update linting dependencies | |
| README.md | Update libraries and format files | |
| yarn.lock | Update linting dependencies | |
JSdownloader
A firefox addon that allows you to download JavaScript files from the websites you visit automatically.
You can install it from https://addons.mozilla.org/addon/jsdownloader/.
Development
Prepare
- Clone the repo
- Install Yarn
- Run the command
yarn prepareto get all necessary libraries
Testing
Test the addon with yarn dev
Build
Build the addon with yarn build. The created zip file will be located in
src/web-ext-artifacts.