IMAGE DOWNLOADER
Browse and download images on a web page.
Qu'est-ce que IMAGE DOWNLOADER ?
IMAGE DOWNLOADER est une extension Chrome développée par htaigen, et sa fonction principale est "Browse and download images on a web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMAGE DOWNLOADER
Téléchargez les fichiers d'extension IMAGE DOWNLOADER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
URL Officiel | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Description | Browse and download images on a web page. |
Taille du Fichier | 883 KB |
Nombre d'Installations | 2,521 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2021-06-27 |
Date de Publication | 2019-12-11 |
Évaluation | 4.08/5 Total 12 Évaluations |
Développeur | htaigen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hatai.github.io/image-downloader/ |
Langues Prises en Charge | 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 } } |