Quick Image Downloader
Browse and download all images from the page in one click
Quick Image Downloaderとは何ですか?
Quick Image Downloaderはtechiewayzによって開発されたChromeの拡張機能で、その主な機能は「Browse and download all images from the page in one click」です。
拡張機能のスクリーンショット
Quick Image Downloader拡張機能のCRXファイルをダウンロード
Quick Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick Image downloader is a powerful tool that enables you to download all images from any Website, Google Images, Instagram, Pinterest and Facebook in one click.
⭐Select what images you want to download
⭐Bulk download all images in once
⭐Filter the images by width and height
⭐Save to a subfolder
⭐Rename downloaded files
⭐Supports all formats (PNG, JPEG, SVG, WEBP)
⭐Use dedicated buttons to download or open individual images in new tabs 拡張機能の基本情報
| 名前 | |
| ID | dnacfipibiklpncfinjhemjhogglbpep |
| 公式URL | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
| 説明 | Browse and download all images from the page in one click |
| ファイルサイズ | 298 KB |
| インストール数 | 1,821 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-02-03 |
| 公開日 | 2021-08-29 |
| 評価 | 4.60/5 合計 10 レビュー |
| 開発者 | techiewayz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Image Downloader",
"description": "Browse and download all images from the page in one click",
"version": "1.0.1",
"minimum_chrome_version": "72",
"manifest_version": 2,
"icons": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_64.png",
"128": "\/images\/icon_128.png"
},
"browser_action": {
"default_icon": "\/images\/icon_128.png",
"default_popup": "\/src\/Popup\/index.html"
},
"background": {
"persistent": true,
"scripts": [
"\/src\/background\/downloadImages.js",
"\/src\/background\/handleUpdates.js"
]
},
"permissions": [
"activeTab",
"downloads",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |