Images download
Descarga todas las imágenes de un sitio web
Images downloadคืออะไร?
Images download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย F5, Soluciones y Desarrollo และคุณลักษณะหลักของมันคือ "Descarga todas las imágenes de un sitio web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Images download
ดาวน์โหลดไฟล์ส่วนขยาย Images download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Con ésta extensión puedes descargar todas las imágenes de un sitio web, incluyendo facebook, twitter e instagram
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ocncmjmmpmfngikncbnjedpjnihbefok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ocncmjmmpmfngikncbnjedpjnihbefok |
คำอธิบาย | Descarga todas las imágenes de un sitio web |
ขนาดไฟล์ | 82.75 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.1.6 |
อัปเดตครั้งล่าสุด | 2016-02-11 |
วันที่เผยแพร่ | 2016-02-11 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | F5, Soluciones y Desarrollo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://fcinco.com.mx |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Images download", "description": "Descarga todas las im\u00e1genes de un sitio web", "version": "1.1.6", "icons": { "128": "128.png", "16": "32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "32.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage", "background" ], "homepage_url": "http:\/\/fcinco.com.mx\/" } |