Save All Opened Pics

Download all images from all opened tabs at once

What is Save All Opened Pics?

Save All Opened Pics is a Chrome extension developed by TaufikNur Production, and its main feature is "Download all images from all opened tabs at once".

Extension Screenshots

screenshot
screenshot

Download Save All Opened Pics Extension CRX File

Download Save All Opened Pics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.                    

Extension Basic Information

Name Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
Official URL https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
Description Download all images from all opened tabs at once
File Size 27.33 KB
Installation Count 1,406
Current Version 0.0.1
Last Updated 2020-07-29
Publish Date 2020-07-28
Rating 1.67/5 Total 6 Ratings
Developer TaufikNur Production
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Opened Pics",
    "version": "0.0.1",
    "description": "Download all images from all opened tabs at once",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Save All Opened Pics",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}