img book

img book shows all images of the webpage

img book là gì?

img book là một tiện ích mở rộng Chrome được phát triển bởi davidndauberts5x89, và tính năng chính của nó là "img book shows all images of the webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng img book

Tải xuống các tệp mở rộng img book dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
URL Chính Thức https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
Mô tả img book shows all images of the webpage
Kích Thước Tệp 40.98 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2022-07-27
Ngày Phát Hành 2022-07-26
Nhà Phát Triển davidndauberts5x89
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}