Save All Opened Pics

Download all images from all opened tabs at once

Save All Opened Pics là gì?

Save All Opened Pics là một tiện ích mở rộng Chrome được phát triển bởi TaufikNur Production, và tính năng chính của nó là "Download all images from all opened tabs at once".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save All Opened Pics

Tải xuống các tệp mở rộng Save All Opened Pics 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
URL Chính Thức https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
Mô tả Download all images from all opened tabs at once
Kích Thước Tệp 27.33 KB
Số Lần Cài Đặt 1,406
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-07-29
Ngày Phát Hành 2020-07-28
Đánh Giá 1.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển TaufikNur Production
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}