img book

img book shows all images of the webpage

What is img book?

img book is a Chrome extension developed by davidndauberts5x89, and its main feature is "img book shows all images of the webpage".

Extension Screenshots

screenshot

Download img book Extension CRX File

Download img book 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

                        1)open web page example: pixabay.com
2)click on extension icon
3)reload tab if it does not work and try again                    

Extension Basic Information

Name img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
Official URL https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
Description img book shows all images of the webpage
File Size 40.98 KB
Installation Count 3,000
Current Version 0.0.0.2
Last Updated 2022-07-27
Publish Date 2022-07-26
Developer davidndauberts5x89
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "img book",
    "version": "0.0.0.2",
    "description": "img book shows all images of the webpage",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}