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
电子邮箱 [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"
            ]
        }
    ]
}