Nerdy Image Downloader

Downloads images from Pinterest board into zip

什麼是Nerdy Image Downloader?

Nerdy Image Downloader是由Nerdybirdysuite開發的Chrome擴展程式,該擴展的主要功能是“Downloads images from Pinterest board into zip”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Nerdy Image Downloader擴展crx文件

下載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.                    

擴展基本資訊

名稱 Nerdy Image Downloader Nerdy Image Downloader
ID jnfanmimfhkpagnhbnnbbmafgkiepppa
官方網址 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"
    ]
}