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 |
官方網址 | 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 |
電子郵箱 | [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 } } |