Skip to content

A minimal JavaScript playground to run and test code snippets

Notifications You must be signed in to change notification settings

benwade91/JS-Mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Mini

License

Description

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.

Features

  • 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

Installation

To install JS Mini, follow these steps:

  1. Clone the repository: git clone https://github.com/benwade91/JS-Mini.git
  2. Open Google Chrome and go to chrome://extensions/
  3. Enable the Developer mode (toggle switch at the top-right corner)
  4. Click on "Load unpacked" and select the cloned repository folder
  5. JS Mini will be installed and ready to use

Usage

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.

Contributing

Contributions are welcome! If you want to contribute to JS Mini, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a pull request

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions regarding JS Mini, please feel free to reach out.

About

A minimal JavaScript playground to run and test code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published