A Chrome extension that helps extract and identify lazy-loaded file names from scripts. This tool is particularly useful for developers who need to analyze and understand the structure of dynamically loaded JavaScript files in web applications.
- Extract module map information from scripts
- Generate filenames from module maps
- Copy results to clipboard with one click
- Modern, dark-themed user interface
- Easy-to-use popup interface
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the directory containing the extension files
- Click the extension icon in your Chrome toolbar
- Paste the script containing module map information into the input field
- Click the "Execute" button to process the script
- View the generated list of filenames
- Use the "Copy" button to copy the results to your clipboard
├── icons/ # Extension icons in various sizes
├── manifest.json # Extension configuration file
├── icon.svg # SVG source for the extension icon
├── popup.html # Extension popup interface
└── popup.js # Extension functionality
The extension is built using vanilla JavaScript and follows Chrome Extension Manifest V3 specifications. The UI is styled with modern CSS variables for easy theming and maintenance.
clipboardWrite
: Required for copying results to the clipboard
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.