Skip to content

soumen974/JavaScript-Code-Runner-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Code Runner Chrome Extension

A powerful Chrome extension for running JavaScript code with real-time output and syntax highlighting.

How to Use!Screenshot 2024-12-22 024049

Quick Installation Guide

Step 1: Download the Extension Files

Download and extract the extension files to your local machine. from this link

https://github.com/soumen974/JavaScript-Code-Runner-Extension/archive/refs/heads/master.zip

Step 2: Install in Chrome

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable "Developer mode" (toggle switch in top-right corner)
  3. Click "Load unpacked"
  4. Select the folder containing the extension files

Features

  • 🚀 Real-time JavaScript code execution
  • 🎨 Syntax highlighting
  • 🧹 Clear code functionality
  • 🔄 Run code instantly
  • 📝 Code editor with line numbers
  1. Click the extension icon in Chrome toolbar
  2. Write your JavaScript code in the editor
  3. Click "Run Code" to see the output!
  4. Use "Clear" to reset the editor

Current Features Display

File Structure

extension-folder/
├── lib/
│   ├── codemirror.min.js
│   ├── codemirror.css
│   └── javascript.min.js
├── icons/
│   ├── icon16.png
│   ├── icon32.png
│   ├── icon48.png
│   └── icon128.png
├── popup.html
├── popup.js
├── sandbox.html
└── manifest.json

Requirements

  • Google Chrome Browser / Brave
  • Developer Mode enabled in Chrome

Support

For issues or suggestions, please create an issue in the repository.

License

MIT License

Author

Created by Soumen Bhunia GitHub: @soumen974


❗ Note: This extension runs in developer mode and requires manual installation through Chrome's extension page.