AI 产品解读Web Source Code Annotation Scanner and SourceMap Analyzer
Helps developers and security testers quickly find hidden comments, sensitive information (passwords, keys, tokens), and analyze Webpack SourceMaps to view original source code from minified/bundled JavaScript files.
1. User opens Chrome DevTools on a target webpage.
2. The extension automatically loads a 'ScanAnnotation' panel.
3. It scans page resources for comments and SourceMap references.
4. If SourceMaps are found, it fetches and parses them to restore original source files.
5. It displays found comments and sensitive findings in the panel.
6. User can view, search, and copy the restored source code.
Scan HTML/JS/CSS comments on the current pageDetect and parse Webpack SourceMaps (inline and external)Restore original source files from SourceMapsScan for sensitive information (passwords, API keys, tokens, internal URLs)Filter comments by language (Chinese/English)Search and navigate restored source files
- 目标用户
- Frontend developers / Security testers / Penetration testers / Web auditors
- The extension relies on Chrome DevTools API, so it only works when DevTools is open. Analysis is based on static code review; runtime behavior (e.g., specific network requests to external APIs not present in code) cannot be fully verified without live execution.
付费分析未识别到付费功能
The extension is free and open-source (hosted on GitHub). There are no references to payment gateways, subscription management, license keys, or premium feature gating in the source code. The README indicates it is a tool for security testing/penetration testing dictionaries.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local Chrome DevTools panel tool. It operates entirely within the browser's DevTools environment, scanning resources of the currently inspected page. There is no code for user authentication, no external API calls requiring credentials, and no login UI. The core workflow (scanning comments and SourceMaps) is fully functional without any account.
顶级安全工具