Image Link Grabber
Grab all image links from webpage.
What is Image Link Grabber?
Image Link Grabber is a Chrome extension developed by https://standaloneinstaller.com, and its main feature is "Grab all image links from webpage.".
Extension Screenshots
Download Image Link Grabber Extension CRX File
Download Image Link Grabber 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
Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links.
Extension Basic Information
Name | Image Link Grabber |
ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
Official URL | https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif |
Description | Grab all image links from webpage. |
File Size | 601 KB |
Installation Count | 11,554 |
Current Version | 0.0.0.1 |
Last Updated | 2016-05-30 |
Publish Date | 2016-05-29 |
Rating | 4.43/5 Total 14 Ratings |
Developer | https://standaloneinstaller.com |
[email protected] | |
Payment Type | free |
Extension Website | http://standaloneinstaller.com/download-image-link-grabber |
Privacy Policy Page URL | https://standaloneinstaller.com/privacypolicy.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Link Grabber", "default_locale": "en", "description": "Grab all image links from webpage.", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |