Save All Opened Pics

Download all images from all opened tabs at once

Save All Opened Picsとは何ですか?

Save All Opened PicsはTaufikNur Productionによって開発されたChromeの拡張機能で、その主な機能は「Download all images from all opened tabs at once」です。

拡張機能のスクリーンショット

screenshot
screenshot

Save All Opened Pics拡張機能のCRXファイルをダウンロード

Save All Opened Pics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
公式URL https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
説明 Download all images from all opened tabs at once
ファイルサイズ 27.33 KB
インストール数 1,406
現在のバージョン 0.0.1
最終更新日 2020-07-29
公開日 2020-07-28
評価 1.67/5 合計 6 レビュー
開発者 TaufikNur Production
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}