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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Tesco Direct Image Downloader |
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 |
Eメール | [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" } } |