ImageAssistant Batch Image Downloader
An image extractor for sniffing, analyzing and batch downloading images from web page.
ImageAssistant Batch Image Downloaderคืออะไร?
ImageAssistant Batch Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pullywood.com และคุณลักษณะหลักของมันคือ "An image extractor for sniffing, analyzing and batch downloading images from web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImageAssistant Batch Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย ImageAssistant Batch Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ImageAssistant Image Batch Downloader Is an image extractor for sniffing, analyzing and downloading images from web page, it's good compatibility allows users to easily extract images loaded by flash or ajax. What's more, online favorite service is now available! More information about usage, shortcut and FAQ please visit Project Home(simplified chinese).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ImageAssistant Batch Image Downloader |
ID | dbjbempljhcmhlfpfacalomonjpalpko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imageassistant-batch-imag/dbjbempljhcmhlfpfacalomonjpalpko |
คำอธิบาย | An image extractor for sniffing, analyzing and batch downloading images from web page. |
ขนาดไฟล์ | 3.27 MB |
จำนวนการติดตั้ง | 500,000 |
เวอร์ชันปัจจุบัน | 1.66.6 |
อัปเดตครั้งล่าสุด | 2022-07-16 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 4.44/5 รวมทั้งหมด 525 คะแนน |
ผู้พัฒนา | https://www.pullywood.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.pullywood.com/ImageAssistant/ |
URL หน้าช่วยเหลือ | http://www.pullywood.com/publish/guestbook/guestbook-imageassistant |
URL หน้านโยบายความเป็นส่วนตัว | https://www.pullywood.com/ImageAssistant/privacy_en.md.txt |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_manifest_ext_name__", "short_name": "__MSG_manifest_short_name__", "description": "__MSG_manifest_description__", "version": "1.66.6", "icons": { "64": "images\/icon.png", "128": "images\/icon128.png", "512": "images\/icon512.png" }, "commands": { "command_extract_images": { "suggested_key": { "default": "Alt+Shift+Y" }, "description": "__MSG_manifest_extract_description__" }, "command_multi_extract_images": { "suggested_key": { "default": "Alt+Shift+T" }, "description": "__MSG_manifest_multi_extract_description__" } }, "background": { "scripts": [ "libs\/JavaScript-MD5\/2.14.0\/md5.min.js", "libs\/moment\/2.24.0\/moment.min.js", "libs\/jquery\/3.4.1\/jquery-3.4.1.min.js", "libs\/stomp-websocket\/2.3.4\/stomp.min.js", "libs\/sockjs\/1.5.0\/sockjs.min.js", "scripts\/function.js", "scripts\/mime.js", "scripts\/background.js", "scripts\/escrawler.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "downloads", "notifications", "contextMenus", "fontSettings", " |