Export Shopify Fullsize File URLs

Export all fullsize file URLs from Shopify to clipboard and log them in console (bulk export with pagination)

Δημιουργός
sharmanhall
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
8
Βαθμολογίες
0 0 0
Έκδοση
1.8
Δημιουργήθηκε την
28/05/2024
Ενημερώθηκε την
28/05/2024
Συμβατότητα
Συμβατό με Firefox Συμβατό με Chrome Συμβατό με Safari Συμβατό με Edge
Άδεια
MIT
Εφαρμόζεται σε

Export Shopify Fullsize File URLs

Description

This Tampermonkey script extracts all full-size file URLs from the Shopify admin content/files page, copies them to your clipboard, and logs them to the console. Additionally, it includes a floating button for extracting URLs on demand and allows you to change the limit parameter dynamically. The script now supports accumulating URLs across multiple pages and includes notifications and an expandable console log area for better usability.

Features

  • Extracts full-size image URLs from the Shopify admin content/files page.
  • Copies the extracted URLs to the clipboard.
  • Logs the extracted URLs to the console.
  • Floating button to manually trigger URL extraction.
  • Floating button to accumulate URLs across multiple pages.
  • Floating input area to change the limit parameter dynamically.
  • Quick change buttons to set the limit parameter to predefined values (10, 50, 100, 200, 250).
  • Notification system to show the number of links copied or limit set.
  • Expandable console log area to view script messages.

Usage

  1. Install the script in Tampermonkey.
  2. Visit the Shopify admin content/files page.
  3. Use the floating button "Export File URLs" to extract URLs.
  4. Use the floating button "Accumulate URLs" to accumulate URLs across multiple pages.
  5. Use the floating input area to set a custom limit.
  6. Use the quick change buttons to set the limit to 10, 50, 100, 200, or 250.

Installation

  1. Install the Tampermonkey extension in your browser.
  2. Click on the Tampermonkey icon in the toolbar and select "Create a new script...".
  3. Replace the default code with the script provided above.
  4. Save the script and ensure it is enabled.

License

This script is licensed under the MIT License.