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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}