Sparkbox Websnap

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

Was ist Sparkbox Websnap?

Sparkbox Websnap ist eine Chrome-Erweiterung, die von https://www.icyblaze.com entwickelt wurde, und ihr Hauptmerkmal ist "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".

Erweiterungsscreenshots

screenshot

Sparkbox Websnap-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sparkbox Websnap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
Offizielle URL https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
Beschreibung Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
Dateigröße 44.72 KB
Installationsanzahl 261
Aktuelle Version 1.0.1
Letztes Update 2012-11-14
Veröffentlichungsdatum 2012-11-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.icyblaze.com
Zahlungsart free
Erweiterungswebsite http://www.icyblaze.com/sparkbox
Hilfeseite URL http://www.icyblaze.com/support
Unterstützte Sprachen 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"
    }
}