img book

img book shows all images of the webpage

img bookคืออะไร?

img book เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidndauberts5x89 และคุณลักษณะหลักของมันคือ "img book shows all images of the webpage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย img book

ดาวน์โหลดไฟล์ส่วนขยาย img book ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
คำอธิบาย img book shows all images of the webpage
ขนาดไฟล์ 40.98 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2022-07-27
วันที่เผยแพร่ 2022-07-26
ผู้พัฒนา davidndauberts5x89
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}