Sparkbox Websnap
Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
¿Qué es Sparkbox Websnap?
Sparkbox Websnap es una extensión de Chrome desarrollada por https://www.icyblaze.com, y su función principal es "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sparkbox Websnap
Descarga archivos de extensión Sparkbox Websnap en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Sparkbox Websnap |
ID | albikianablfdfmckgdiiboobeihdnna |
URL Oficial | https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna |
Descripción | Batch image snap feature to collect all visible image resources from the webpage to Sparkbox. |
Tamaño del Archivo | 44.72 KB |
Cantidad de Instalaciones | 261 |
Versión Actual | 1.0.1 |
Última Actualización | 2012-11-14 |
Fecha de Publicación | 2012-11-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.icyblaze.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.icyblaze.com/sparkbox |
URL de la Página de Ayuda | http://www.icyblaze.com/support |
Idiomas Soportados | 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" } } |