JS Mini is a plugin that allows users to run snippets of JavaScript in a separate Chrome extension window. It provides an isolated environment for testing and experimenting with code without affecting the current web page.
- Run JavaScript code in a separate extension window
- Isolated environment to prevent conflicts with the web page
- Easy-to-use interface for entering and executing code snippets
To install JS Mini, follow these steps:
- Clone the repository:
git clone https://github.com/benwade91/JS-Mini.git
- Open Google Chrome and go to
chrome://extensions/
- Enable the Developer mode (toggle switch at the top-right corner)
- Click on "Load unpacked" and select the cloned repository folder
- JS Mini will be installed and ready to use
After installing the extension, you can access it by clicking on the extension icon in the Chrome toolbar. It will open a separate window where you can enter JavaScript code snippets and execute them. The results will be displayed in the extension window.
Contributions are welcome! If you want to contribute to JS Mini, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Open a pull request
This project is licensed under the MIT License.
If you have any questions or suggestions regarding JS Mini, please feel free to reach out.