Save All Opened Pics

Download all images from all opened tabs at once

Save All Opened Picsคืออะไร?

Save All Opened Pics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TaufikNur Production และคุณลักษณะหลักของมันคือ "Download all images from all opened tabs at once"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save All Opened Pics

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

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

                        A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.                    

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

ชื่อ Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
คำอธิบาย Download all images from all opened tabs at once
ขนาดไฟล์ 27.33 KB
จำนวนการติดตั้ง 1,406
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-07-29
วันที่เผยแพร่ 2020-07-28
คะแนน 1.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา TaufikNur Production
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Opened Pics",
    "version": "0.0.1",
    "description": "Download all images from all opened tabs at once",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Save All Opened Pics",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}