Image Collector
Shows preview of the page images and provide options to download
Wat is Image Collector?
Image Collector is een Chrome-extensie ontwikkeld door rajesh64727, en de belangrijkste functie is "Shows preview of the page images and provide options to download".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Collector
Download Image Collector-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
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.
Basisinformatie over de Extensie
Naam | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
Officiële URL | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
Beschrijving | Shows preview of the page images and provide options to download |
Bestandsgrootte | 14.33 KB |
Aantal Installaties | 1,123 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2020-06-20 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | rajesh64727 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rajesh64727.github.io |
URL van de Privacybeleid Pagina | https://rajesh64727.github.io/privacy.html |
Ondersteunde Talen | 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" ] } ] } |