IMAGE DOWNLOADER
Browse and download images on a web page.
IMAGE DOWNLOADER là gì?
IMAGE DOWNLOADER là một tiện ích mở rộng Chrome được phát triển bởi htaigen, và tính năng chính của nó là "Browse and download images on a web page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IMAGE DOWNLOADER
Tải xuống các tệp mở rộng IMAGE DOWNLOADER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
URL Chính Thức | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Mô tả | Browse and download images on a web page. |
Kích Thước Tệp | 883 KB |
Số Lần Cài Đặt | 2,521 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2021-06-27 |
Ngày Phát Hành | 2019-12-11 |
Đánh Giá | 4.08/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | htaigen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hatai.github.io/image-downloader/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |