This browser extension adds a "Save Code" button to the Programiz JavaScript compiler. With this extension, users can easily save their code to a .js
file, enhancing their coding experience by providing a quick and convenient way to save their work.
- Adds a "Save Code" button next to the "Run" button in the Programiz JavaScript compiler.
- Allows users to save their code to a
.js
file with a single click.
- Clone this repository to your local machine.
git clone https://github.com/diceflip/Save-Code-Browser-Extension-for-Programiz-JavaScript-Compiler
- Open your browser and go to the extensions page.
- For Chrome: chrome://extensions/
- For Edge: edge://extensions/
- Enable “Developer mode”. Click on “Load unpacked” and select the cloned repository folder.
- Open the Programiz JavaScript compiler.
- Write your code in the editor.
- Click the “Save Code” button to save your code to a .js file.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.