img book

img book shows all images of the webpage

Cos'è img book?

img book è un'estensione di Chrome sviluppata da davidndauberts5x89, e la sua funzione principale è "img book shows all images of the webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione img book

Scarica i file di estensione img book in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
URL Ufficiale https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
Descrizione img book shows all images of the webpage
Dimensione del File 40.98 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2022-07-27
Data di Pubblicazione 2022-07-26
Sviluppatore davidndauberts5x89
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}