Merch Save

Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts

什么是Merch Save?

Merch Save是由duclvz开发的Chrome扩展程序,该扩展的主要功能是“Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts”。

扩展截图

screenshot

下载Merch Save扩展crx文件

下载Merch Save扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hi-Res Image Downloader for Merch By Amazon.
Use Guide: Click the "Download PNG" button to download the design.
The download button only appear when you visit Merch by Amazon Shirts.
Not for trademark purpose.
Merch Save - Amazon Merch Design Downloader                    

扩展基本信息

名称 Merch Save Merch Save
ID hjdpahmcefcphppgmpipkajniojmpegc
官方URL https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc
简介 Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
文件大小 184 KB
安装次数 79
当前版本 1.0.2
更新时间 2023-05-10
上架时间 2023-03-15
评分 5.00/5 共6次评分
开发者 duclvz
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Save",
    "description": "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts",
    "author": "duclvz",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "256.png",
        "256": "256.png"
    },
    "action": {
        "default_title": "Amazon Merch Design Downloader by duclvz"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}