Image Collector
Shows preview of the page images and provide options to download
Was ist Image Collector?
Image Collector ist eine Chrome-Erweiterung, die von rajesh64727 entwickelt wurde, und ihr Hauptmerkmal ist "Shows preview of the page images and provide options to download".
Erweiterungsscreenshots
Image Collector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Collector-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
Provides 2 modes 1. Thumbnail preview, image dimensions, loading time with download option. 2. URLs list in plain text Useful for web developers, testers and designers. Banner images are from JumpStart.com public website. Suggestions and constructive comments are welcome. *updates 1.1.0 - Includes element background image URLs as well.
Grundlegende Informationen zur Erweiterung
Name | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
Offizielle URL | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
Beschreibung | Shows preview of the page images and provide options to download |
Dateigröße | 14.33 KB |
Installationsanzahl | 1,123 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-09-14 |
Veröffentlichungsdatum | 2020-06-20 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | rajesh64727 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rajesh64727.github.io |
URL der Datenschutzrichtlinien-Seite | https://rajesh64727.github.io/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Collector", "version": "1.1.0", "description": "Shows preview of the page images and provide options to download", "browser_action": { "default_icon": "image_collector128.png", "default_popup": "popup.html" }, "icons": { "128": "image_collector128.png" }, "permissions": [ "https:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |