IMAGE DOWNLOADER
Browse and download images on a web page.
Wat is IMAGE DOWNLOADER?
IMAGE DOWNLOADER is een Chrome-extensie ontwikkeld door htaigen, en de belangrijkste functie is "Browse and download images on a web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie IMAGE DOWNLOADER
Download IMAGE DOWNLOADER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
Officiële URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Beschrijving | Browse and download images on a web page. |
Bestandsgrootte | 883 KB |
Aantal Installaties | 2,521 |
Huidige Versie | 2.4.0 |
Laatst Bijgewerkt | 2021-06-27 |
Publicatiedatum | 2019-12-11 |
Beoordeling | 4.08/5 Totaal 12 Beoordelingen |
Ontwikkelaar | htaigen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hatai.github.io/image-downloader/ |
Ondersteunde Talen | 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 } } |