Sparkbox Websnap

Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.

Sparkbox Websnap là gì?

Sparkbox Websnap là một tiện ích mở rộng Chrome được phát triển bởi https://www.icyblaze.com, và tính năng chính của nó là "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sparkbox Websnap

Tải xuống các tệp mở rộng Sparkbox Websnap 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

                        Sparkbox Websnap let you load the entire webpage directly from Chrome to Sparkbox, which customer can then easily collect the entire web page or the images inside the page to Sparkbox.                    

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

Tên Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
URL Chính Thức https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
Mô tả Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
Kích Thước Tệp 44.72 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2012-11-14
Ngày Phát Hành 2012-11-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.icyblaze.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.icyblaze.com/sparkbox
URL Trang Trợ Giúp http://www.icyblaze.com/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sparkbox Websnap",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "sparkbox-extension.png",
        "default_title": "Sparkbox Websnap"
    }
}