Sparkbox Websnap
Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
Sparkbox Websnapคืออะไร?
Sparkbox Websnap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.icyblaze.com และคุณลักษณะหลักของมันคือ "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sparkbox Websnap
ดาวน์โหลดไฟล์ส่วนขยาย Sparkbox Websnap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sparkbox Websnap let you load the entire webpage directly from Chrome to Sparkbox, which customer can then easily collect the entire web page or the images inside the page to Sparkbox.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sparkbox Websnap |
ID | albikianablfdfmckgdiiboobeihdnna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna |
คำอธิบาย | Batch image snap feature to collect all visible image resources from the webpage to Sparkbox. |
ขนาดไฟล์ | 44.72 KB |
จำนวนการติดตั้ง | 261 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2012-11-14 |
วันที่เผยแพร่ | 2012-11-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.icyblaze.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.icyblaze.com/sparkbox |
URL หน้าช่วยเหลือ | http://www.icyblaze.com/support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sparkbox Websnap", "version": "1.0.1", "manifest_version": 2, "description": "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.", "permissions": [ "tabs" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "sparkbox-extension.png", "default_title": "Sparkbox Websnap" } } |