GetThemAll
Download all the images on a webpage
GetThemAllคืออะไร?
GetThemAll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย federerchou และคุณลักษณะหลักของมันคือ "Download all the images on a webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetThemAll
ดาวน์โหลดไฟล์ส่วนขยาย GetThemAll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhkjfciooifcflkailbnchdaihccdebf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf |
คำอธิบาย | Download all the images on a webpage |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 31,420 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2018-01-25 |
วันที่เผยแพร่ | 2018-01-25 |
คะแนน | 2.32/5 รวมทั้งหมด 119 คะแนน |
ผู้พัฒนา | federerchou |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThemAll", "description": "Download all the images on a webpage", "version": "1.2.3", "author": "[email protected]", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "GetThemAll" }, "background": { "scripts": [ "manager.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads", "file:\/\/*" ] } |