Tesco Direct Image Downloader
Download images from Scene7
什么是Tesco Direct Image Downloader?
Tesco Direct Image Downloader是由reece.casey开发的Chrome扩展程序,该扩展的主要功能是“Download images from Scene7”。
扩展截图
下载Tesco Direct Image Downloader扩展crx文件
下载Tesco Direct Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | dinjiekkgccclnlgdcnhbblcjchpnjpg |
| 官方URL | https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg |
| 简介 | Download images from Scene7 |
| 文件大小 | 70.1 KB |
| 安装次数 | 14 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-06-14 |
| 上架时间 | 2016-06-14 |
| 开发者 | reece.casey |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tesco Direct Image Downloader",
"description": "Download images from Scene7",
"version": "1.1",
"manifest_version": 2,
"icons": {
"48": "icon.png"
},
"background": {
"scripts": [
"script\/background.js"
]
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.tesco.com\/direct*",
"http:\/\/www.tesco.com\/direct\/*"
],
"js": [
"script\/jquery.min.js",
"script\/inject.js"
],
"css": [
"style\/pure.css",
"style\/bootstrap.css"
]
}
],
"browser_action": {
"default_icon": "s7fav.ico",
"default_title": "Download Images"
}
} | |