Source Detector is a Chrome extension that automatically collects and views source maps from websites.
- Clone the repository
- Install dependencies
- Run
npm run dev
- Open Chrome and install the extension from the
dist
folder - Open
chrome://extensions
- Enable "Developer mode"
- Click "Load unpacked"
- Select the
dist
folder
- Displays a badge with the number when detected source files
- Collects source map files from a website
- .map files
- Collects CRX files from a extension website or a extension page
- Download source map files and parsed files
- Download CRX files and parsed files
- Show View All Pages in desktop app
- Show history source map files in desktop app
- Show source map files from x domains in desktop app
- Show history CRX files in desktop app
- Show CRX files from x domains in desktop app
- i18n
- inline source map files
- UI improvements
- Open in desktop app