https://github.com/SunHuawei/SourceDetector
Chrome extension,用于发现源码文件(*.map)
https://github.com/SunHuawei/SourceDetector
Last synced: 8 days ago
JSON representation
Chrome extension,用于发现源码文件(*.map)
- Host: GitHub
- URL: https://github.com/SunHuawei/SourceDetector
- Owner: SunHuawei
- License: mit
- Created: 2017-03-27T16:06:08.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T15:26:42.000Z (3 months ago)
- Last Synced: 2025-02-03T16:30:43.607Z (3 months ago)
- Language: TypeScript
- Homepage: https://zhuanlan.zhihu.com/p/26033573
- Size: 403 KB
- Stars: 544
- Watchers: 9
- Forks: 71
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - SourceDetector
README
# Source Detector
Source Detector is a Chrome extension that automatically collects and views source maps from websites.
## How to local development
1. Clone the repository
2. Install dependencies
3. Run `npm run dev`
4. Open Chrome and install the extension from the `dist` folder
1. Open `chrome://extensions`
2. Enable "Developer mode"
3. Click "Load unpacked"
4. Select the `dist` folder## Functions
- 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## TODO
- [ ] i18n
- [ ] inline source map files
- [ ] UI improvements
- [ ] Open in desktop app