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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } ] } |