IMAGE DOWNLOADER
Browse and download images on a web page.
Vad är IMAGE DOWNLOADER?
IMAGE DOWNLOADER är en Chrome-tillägg utvecklad av htaigen, och dess huvudfunktion är "Browse and download images on a web page.".
Tilläggsskärmbilder
Ladda ner IMAGE DOWNLOADER-förlängningens CRX-fil
Ladda ner IMAGE DOWNLOADER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
Officiell webbadress | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Beskrivning | Browse and download images on a web page. |
Filstorlek | 883 KB |
Antal Installationer | 2,521 |
Aktuell Version | 2.4.0 |
Senast Uppdaterad | 2021-06-27 |
Publiceringsdatum | 2019-12-11 |
Betyg | 4.08/5 Totalt 12 Betyg |
Utvecklare | htaigen |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://hatai.github.io/image-downloader/ |
Stödda Språk | 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 } } |