Hi-Res Image Downloader for Merch By Amazon

Easily download the hi-res image of shirts to use for marketing and advertising

Hi-Res Image Downloader for Merch By Amazonとは何ですか?

Hi-Res Image Downloader for Merch By Amazonはhttps://merchresearch.comによって開発されたChromeの拡張機能で、その主な機能は「Easily download the hi-res image of shirts to use for marketing and advertising」です。

拡張機能のスクリーンショット

screenshot

Hi-Res Image Downloader for Merch By Amazon拡張機能のCRXファイルをダウンロード

Hi-Res Image Downloader for Merch By Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        More Merch By Amazon extensions at: MerchResearch.com

Currently downloading the high resolution images from your Merch By Amazon shirt listings to use for advertising or marketing purposes is complex. It requires viewing code and searching for URLs. With the Hi-Res Image Downloader for Merch By Amazon, you can download a high resolution image of any style and color of your Merch By Amazon shirt listings with a single right-click on PC or double-click on Mac.                    

拡張機能の基本情報

名前 Hi-Res Image Downloader for Merch By Amazon Hi-Res Image Downloader for Merch By Amazon
ID ehbjiffeoicjoibcmcadogclcbagjhjf
公式URL https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf
説明 Easily download the hi-res image of shirts to use for marketing and advertising
ファイルサイズ 57.69 KB
インストール数 13,068
現在のバージョン 1.0.1
最終更新日 2016-09-11
公開日 2016-09-10
評価 3.61/5 合計 69 レビュー
開発者 https://merchresearch.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.chrisgreen.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hi-Res Image Downloader for Merch By Amazon",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Easily download the hi-res image of shirts to use for marketing and advertising",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "contextMenus",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}