Sparkbox Websnap

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

什么是Sparkbox Websnap?

Sparkbox Websnap是由https://www.icyblaze.com开发的Chrome扩展程序,该扩展的主要功能是“Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.”。

扩展截图

screenshot

下载Sparkbox Websnap扩展crx文件

下载Sparkbox Websnap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
官方URL https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
简介 Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
文件大小 44.72 KB
安装次数 261
当前版本 1.0.1
更新时间 2012-11-14
上架时间 2012-11-13
评分 5.00/5 共1次评分
开发者 https://www.icyblaze.com
付费类型 free
扩展官网 http://www.icyblaze.com/sparkbox
帮助页面URL http://www.icyblaze.com/support
支持的语言 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"
    }
}