Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.03 KB

File metadata and controls

47 lines (40 loc) · 2.03 KB

JSErrorFlow-Real-Time-Visualizer-Browser-Extension

JSErrorFlow is a professional-grade browser extension for real-time JavaScript error visualization and DOM inspection. It empowers developers to instantly identify, locate, and understand frontend errors by highlighting the exact DOM elements causing exceptions.

License: CC BY-NC 4.0 Build Status GitHub release (latest by date) GitHub issues


Architecture

JSErrorFlow-Real-Time-Visualizer-Browser-Extension
├── .github/
│   ├── ISSUE_TEMPLATE/
│   ├── workflows/
│   │   └── ci.yml
│   └── PULL_REQUEST_TEMPLATE.md
├── extension/
│   ├── assets/
│   │   ├── css/
│   │   ├── icons/
│   │   └── js/
│   ├── html/
│   └── manifest.json
├── scripts/
│   └── create-icons.js
├── src/
│   └── ...
├── tests/
│   └── ...
├── .gitignore
├── AGENTS.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
└── package.json

Quickstart

  1. Clone the repository: git clone https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension.git
  2. Install dependencies: npm install
  3. Build the extension: npm run build
  4. Load the extension directory into your browser.