Image Grabber

Extract all images from current web page

What is Image Grabber?

Image Grabber is a Chrome extension developed by https://germanov.dev, and its main feature is "Extract all images from current web page".

Extension Screenshots

screenshot

Download Image Grabber Extension CRX File

Download Image 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

                        Using this extension you can grab all images from current web page and download them as a single zip-archive. Also, it provides an interface to select which images to download.                    

Extension Basic Information

Name Image Grabber Image Grabber
ID nhafocipdhkabgekppaioplmopkcckoj
Official URL https://chromewebstore.google.com/detail/image-grabber/nhafocipdhkabgekppaioplmopkcckoj
Description Extract all images from current web page
File Size 42.24 KB
Installation Count 1,687
Current Version 1.1
Last Updated 2022-12-14
Publish Date 2022-02-22
Rating 3.00/5 Total 2 Ratings
Developer https://germanov.dev
Email [email protected]
Payment Type free
Extension Website https://dev.to/andreygermanov/create-a-google-chrome-extension-part-1-image-grabber-1foa
Help Page URL https://germanov.dev/contacts
Privacy Policy Page URL https://germanov.dev/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Grabber",
    "description": "Extract all images from current web page",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}