IMAGE DOWNLOADER
Browse and download images on a web page.
IMAGE DOWNLOADERとは何ですか?
IMAGE DOWNLOADERはhtaigenによって開発されたChromeの拡張機能で、その主な機能は「Browse and download images on a web page.」です。
拡張機能のスクリーンショット
IMAGE DOWNLOADER拡張機能のCRXファイルをダウンロード
IMAGE DOWNLOADER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IMAGE DOWNLOADER See images that the page contains and links to Filter them by width, height, and URL; supports wildcard and regex Optionally show only images from links Select images to download by clicking on the image Use dedicated buttons to download or open individual images in new tabs Customize image display width, columns, border size, and color Hide filters, buttons and notifications you don't need
拡張機能の基本情報
名前 | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
公式URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
説明 | Browse and download images on a web page. |
ファイルサイズ | 883 KB |
インストール数 | 2,521 |
現在のバージョン | 2.4.0 |
最終更新日 | 2021-06-27 |
公開日 | 2019-12-11 |
評価 | 4.08/5 合計 12 レビュー |
開発者 | htaigen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hatai.github.io/image-downloader/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMAGE DOWNLOADER", "short_name": "IMG DOWNLOADER", "description": "Browse and download images on a web page.", "version": "2.4.0", "minimum_chrome_version": "60", "manifest_version": 2, "author": "hatai", "permissions": [ "activeTab", "downloads", "storage" ], "browser_action": { "default_icon": "\/icons\/icon_128.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon_16.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "web_accessible_resources": [ "\/images\/open.png", "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": false } } |