Nerdy Image Downloader
Downloads images from Pinterest board into zip
Nerdy Image Downloader là gì?
Nerdy Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi Nerdybirdysuite, và tính năng chính của nó là "Downloads images from Pinterest board into zip".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nerdy Image Downloader
Tải xuống các tệp mở rộng Nerdy Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jnfanmimfhkpagnhbnnbbmafgkiepppa |
URL Chính Thức | https://chrome.google.com/webstore/detail/nerdy-image-downloader/jnfanmimfhkpagnhbnnbbmafgkiepppa |
Mô tả | Downloads images from Pinterest board into zip |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 1,442 |
Phiên Bản Hiện Tại | 1.1.14 |
Cập Nhật Lần Cuối | 2021-03-29 |
Ngày Phát Hành | 2021-02-08 |
Đánh Giá | 2.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Nerdybirdysuite |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://nerdybirdysuite.com/nerdy-image-downloader/ |
URL Trang Trợ Giúp | http://nerdybirdysuite.com/contact/ |
URL Trang Chính Sách Bảo Mật | http://nerdybirdysuite.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |