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 | 
| 官方網址 | 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"
    }
}  |  |