Image Downloader
Browse and download images from websites using Image Downloader.
Was ist Image Downloader?
Image Downloader ist eine Chrome-Erweiterung, die von FREE APPS entwickelt wurde, und ihr Hauptmerkmal ist "Browse and download images from websites using Image Downloader.".
Erweiterungsscreenshots
Image Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click. For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk. You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.
Grundlegende Informationen zur Erweiterung
Name | |
ID | famigmidcdlbjhapgalgnebdfbgcleko |
Offizielle URL | https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko |
Beschreibung | Browse and download images from websites using Image Downloader. |
Dateigröße | 110 KB |
Installationsanzahl | 421 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-11-23 |
Veröffentlichungsdatum | 2020-11-23 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | FREE APPS |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.smart-finder.net/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Image Downloader", "description": "Browse and download images from websites using Image Downloader.", "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "img\/ico_128.png", "16": "img\/ico_16.png", "48": "img\/ico_48.png" }, "manifest_version": 2, "permissions": [ "activeTab", " |