img book

img book shows all images of the webpage

Apa itu img book?

img book adalah ekstensi Chrome yang dikembangkan oleh davidndauberts5x89, dan fitur utamanya adalah "img book shows all images of the webpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi img book

Unduh file ekstensi img book dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
URL Resmi https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
Deskripsi img book shows all images of the webpage
Ukuran File 40.98 KB
Jumlah Instalasi 3,000
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2022-07-27
Tanggal Publikasi 2022-07-26
Pengembang davidndauberts5x89
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}