Down all images!
Downloads all images on the current website to your computer.
Down all images!คืออะไร?
Down all images! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Roos และคุณลักษณะหลักของมันคือ "Downloads all images on the current website to your computer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Down all images!
ดาวน์โหลดไฟล์ส่วนขยาย Down all images! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✔ Displays the number of images on the current website ✔ Downloads all of them with one click to a ZIP folder If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description): https://github.com/Rookev/ImageDownloader Have fun, rate this extension and let me know your feedback!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
คำอธิบาย | Downloads all images on the current website to your computer. |
ขนาดไฟล์ | 68.36 KB |
จำนวนการติดตั้ง | 484 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-04-23 |
วันที่เผยแพร่ | 2015-04-22 |
คะแนน | 2.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Kevin Roos |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Rookev/ImageDownloader |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Down all images!", "description": "Downloads all images on the current website to your computer.", "version": "1.0.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Down all images!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |