Image Link Grabber
Grab all image links from webpage.
Image Link Grabberคืออะไร?
Image Link Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://standaloneinstaller.com และคุณลักษณะหลักของมันคือ "Grab all image links from webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Link Grabber
ดาวน์โหลดไฟล์ส่วนขยาย Image Link Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Link Grabber |
ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif |
คำอธิบาย | Grab all image links from webpage. |
ขนาดไฟล์ | 601 KB |
จำนวนการติดตั้ง | 11,554 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2016-05-30 |
วันที่เผยแพร่ | 2016-05-29 |
คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://standaloneinstaller.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://standaloneinstaller.com/download-image-link-grabber |
URL หน้านโยบายความเป็นส่วนตัว | https://standaloneinstaller.com/privacypolicy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Link Grabber", "default_locale": "en", "description": "Grab all image links from webpage.", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |