This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

Copy All Image URLs

Utilities · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — nothing to install.
CategoryUtilities
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES Copy All Image URLs extracts every image URL from the current page and presents them in an organized, copyable format. The tool shows each image's source URL, dimensions (natural width and height), file format (JPG, PNG, GIF, WebP, SVG, etc.), and alt text. You can filter images by format, remove duplicate URLs, and sort alphabetically. The tool displays a total image count with a breakdown of formats. Copy your images in three formats: plain text with optional alt text and dimensions, HTML img tags ready to paste into code, or Markdown image syntax for documentation. A preview panel shows the extracted images before you copy them. WHERE IT RUNS The extension runs entirely within your browser's local environment using the BotGentz framework. All image extraction, parsing, and formatting occur on your machine without any network requests. No page content, image data, or user activity is ever transmitted, uploaded, or stored externally. The tool works on any website and respects the browser's security boundaries, operating within the isolated extension sandbox. HOW TO USE Click the extension toolbar icon to open the Copy All Image URLs panel. Click "Extract Images" to scan the current page and display all images in the preview panel. Each image shows its URL, format badge, alt text (if available), and dimensions (if loaded). Use the "Copy Images" button to copy all extracted images to your clipboard in the selected format. Change the output format using the dropdown (Plain Text, HTML Tags, or Markdown). Toggle "Include alt text" to control whether alt text appears in output. Toggle "Include dimensions" to add width and height information. Toggle "Remove duplicates" to eliminate repeated URLs. Toggle "Sort alphabetically" to organize the list. Use the format filter dropdown to show only specific image types (JPG, PNG, GIF, WebP, SVG, or All). The preview panel updates instantly when you change any setting. THE IMAGE EXTRACTION AND ANALYSIS ENGINE — WHY IT WORKS Most image extractors simply collect src attributes without providing meaningful context or metadata. This tool performs a detailed analysis of each image: it queries all img elements using document.querySelectorAll("img"), then reads the src, alt, naturalWidth, and naturalHeight properties. The format detection uses URL parsing to extract the file extension, handling query parameters and anchors correctly. The natural dimensions are read directly from the browser's image loading system, providing the actual pixel size rather than CSS dimensions. The deduplication engine uses a Set-based approach with the URL as the key, ensuring each image URL appears only once. The multi-format output generates structured data suitable for different use cases: plain text for quick copying, HTML img tags for web development, and Markdown for documentation. The tool handles images that haven't fully loaded by checking the complete property, gracefully skipping or showing placeholder values. THE PANEL The Copy All Image URLs panel is fully draggable by its title bar and remembers its position on screen per website. It snaps to the edges of your browser window for clean alignment. Collapse the panel to a compact icon strip using the minimize button, restoring it with a single click. Resize the panel by dragging any edge or corner; the image preview and controls adjust proportionally. Press the Escape key to close the panel instantly. The panel maintains independent state for each browser tab, allowing you to extract images from multiple tabs simultaneously. PLEASE NOTE This extension requires the free BotGentz extension framework to be installed and enabled. The tool extracts images from img tags only; images loaded as CSS backgrounds or via JavaScript not in the DOM may be missed. Images that have not fully loaded may show dimensions as 0; extracting after page load ensures better results. All image data is extracted locally and is never transmitted, logged, or shared. The extension requests no network permissions and functions entirely offline. The source code is fully auditable and available for review.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.