Export Shopify Fullsize File URLs

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
sharmanhall
1日のインストール数
0
累計インストール数
10
評価
0 0 0
バージョン
1.8
作成日
2024/05/28
更新日
2024/05/28
大きさ
10.3KB
互換性
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.