Serial Image Getter

ページ内に羅列して表示されている画像を、まとめてダウンロードできます。

Serial Image Getterคืออะไร?

Serial Image Getter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naclsoltakumi และคุณลักษณะหลักของมันคือ "ページ内に羅列して表示されている画像を、まとめてダウンロードできます。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Serial Image Getter

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

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

                                            

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

ชื่อ Serial Image Getter Serial Image Getter
ID ndhbogponmdkaoegbkoignijdlafjbbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/serial-image-getter/ndhbogponmdkaoegbkoignijdlafjbbi
คำอธิบาย ページ内に羅列して表示されている画像を、まとめてダウンロードできます。
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-10
วันที่เผยแพร่ 2020-04-06
ผู้พัฒนา naclsoltakumi
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Tak",
    "name": "Serial Image Getter",
    "description": "\u30da\u30fc\u30b8\u5185\u306b\u7f85\u5217\u3057\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3092\u3001\u307e\u3068\u3081\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002",
    "version": "1.0",
    "icons": {
        "32": "res\/icon_32.png",
        "48": "res\/icon_48.png",
        "128": "res\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/icon_32.png",
        "default_title": "Serial Image Getter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "background"
    ]
}