Sparkbox Websnap

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

What is Sparkbox Websnap?

Sparkbox Websnap is a Chrome extension developed by https://www.icyblaze.com, and its main feature is "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".

Extension Screenshots

screenshot

Download Sparkbox Websnap Extension CRX File

Download Sparkbox Websnap 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

                        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.                    

Extension Basic Information

Name Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
Official URL https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
Description Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
File Size 44.72 KB
Installation Count 261
Current Version 1.0.1
Last Updated 2012-11-14
Publish Date 2012-11-13
Rating 5.00/5 Total 1 Ratings
Developer https://www.icyblaze.com
Payment Type free
Extension Website http://www.icyblaze.com/sparkbox
Help Page URL http://www.icyblaze.com/support
Supported Languages 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"
    }
}