Image Collector
Shows preview of the page images and provide options to download
What is Image Collector?
Image Collector is a Chrome extension developed by rajesh64727, and its main feature is "Shows preview of the page images and provide options to download".
Extension Screenshots
Download Image Collector Extension CRX File
Download Image Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
Official URL | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
Description | Shows preview of the page images and provide options to download |
File Size | 14.33 KB |
Installation Count | 1,123 |
Current Version | 1.1.0 |
Last Updated | 2021-09-14 |
Publish Date | 2020-06-20 |
Rating | 4.40/5 Total 5 Ratings |
Developer | rajesh64727 |
[email protected] | |
Payment Type | free |
Extension Website | https://rajesh64727.github.io |
Privacy Policy Page URL | https://rajesh64727.github.io/privacy.html |
Supported Languages | 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" ] } ] } |