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.
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
- Clone the repository:
git clone https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension.git - Install dependencies:
npm install - Build the extension:
npm run build - Load the
extensiondirectory into your browser.