Greasy Fork

来自缓存

Greasy Fork is available in English.

Claude Artifact Downloader

Download Claude artifacts in mass, by range, or individually

当前为 2025-06-28 提交的版本,查看 最新版本

作者
anas k
评分
0 0 0
版本
1.0.0
创建于
2025-06-28
更新于
2025-06-28
大小
17.3 KB
许可证
MIT
适用于

Claude Artifact Downloader

This is a user script that allows you to download artifacts from Claude conversations.

Installation

  1. Install a user script manager like Tampermonkey or Greasemonkey.
  2. Install the script from here.

Usage

Once installed, the script adds several commands to the Tampermonkey menu:

  • Download All: Downloads all artifacts in the current conversation.
  • Download Range: Prompts you to enter a start and end number to download a specific range of artifacts.
  • Download Single: Prompts you to enter the number of the artifact you want to download.
  • List All: Displays a list of all artifacts in the current conversation.

How it Works

The script works by programmatically clicking the necessary buttons to open the artifact panel, select the desired artifact, and then trigger the download. It includes waits and checks to ensure the UI has loaded before proceeding.