Nerdy Image Downloader
Downloads images from Pinterest board into zip
Nerdy Image Downloaderคืออะไร?
Nerdy Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nerdybirdysuite และคุณลักษณะหลักของมันคือ "Downloads images from Pinterest board into zip"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nerdy Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Nerdy Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nerdy Image Downloader is a tool for downloading images in bulk/batches. Download images from Pinterest boards. This tool automatically scrolls for you to collect all images and downloads them into a zip folder. ★ Automatically scroll down to get all images ★ Preview images that are going to be downloaded ★ Set the number of images per zip folder download ★ Currently working on Pinterest Boards. Working on adding more features and site compatibility.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnfanmimfhkpagnhbnnbbmafgkiepppa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nerdy-image-downloader/jnfanmimfhkpagnhbnnbbmafgkiepppa |
คำอธิบาย | Downloads images from Pinterest board into zip |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 1,442 |
เวอร์ชันปัจจุบัน | 1.1.14 |
อัปเดตครั้งล่าสุด | 2021-03-29 |
วันที่เผยแพร่ | 2021-02-08 |
คะแนน | 2.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Nerdybirdysuite |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://nerdybirdysuite.com/nerdy-image-downloader/ |
URL หน้าช่วยเหลือ | http://nerdybirdysuite.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | http://nerdybirdysuite.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nerdy Image Downloader", "description": "Downloads images from Pinterest board into zip", "manifest_version": 2, "version": "1.1.14", "content_security_policy": "script-src https:\/\/cdn.jsdelivr.net https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png" } }, "permissions": [ "tabs", "unlimitedStorage", "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinimg.com\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.sg\/*", "*:\/\/*.pinterest.hk\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.kr\/*" ], "homepage_url": "http:\/\/nerdybirdysuite.com\/nerdy-image-downloader\/?utm_source=chrome_ext_homepage_url", "background": { "scripts": [ ".\/js\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.pinimg.com\/*", "*:\/\/www.pinterest.com\/*", "*:\/\/pinterest.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.sg\/*", "*:\/\/*.pinterest.hk\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.kr\/*" ], "js": [ ".\/js\/lib\/jquery-3.5.1.min.js", ".\/js\/pinterest.min.js" ], "css": [ ".\/css\/fontawesome.min.css", ".\/css\/style.css" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" }, "web_accessible_resources": [ "img\/**\/*.png", "img\/**\/*.jpg", "public\/*.woff2" ] } |