Sparkbox Websnap

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

Cos'è Sparkbox Websnap?

Sparkbox Websnap è un'estensione di Chrome sviluppata da https://www.icyblaze.com, e la sua funzione principale è "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sparkbox Websnap

Scarica i file di estensione Sparkbox Websnap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
URL Ufficiale https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
Descrizione Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
Dimensione del File 44.72 KB
Conteggio Installazioni 261
Versione Corrente 1.0.1
Ultimo Aggiornamento 2012-11-14
Data di Pubblicazione 2012-11-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.icyblaze.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.icyblaze.com/sparkbox
URL della Pagina di Aiuto http://www.icyblaze.com/support
Lingue Supportate 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"
    }
}