Sparkbox Websnap
Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
O que é Sparkbox Websnap?
Sparkbox Websnap é uma extensão do Chrome desenvolvida por https://www.icyblaze.com, e sua principal característica é "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sparkbox Websnap
Baixe arquivos de extensão Sparkbox Websnap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Sparkbox Websnap |
ID | albikianablfdfmckgdiiboobeihdnna |
URL Oficial | https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna |
Descrição | Batch image snap feature to collect all visible image resources from the webpage to Sparkbox. |
Tamanho do Arquivo | 44.72 KB |
Contagem de Instalações | 261 |
Versão Atual | 1.0.1 |
Última Atualização | 2012-11-14 |
Data de Publicação | 2012-11-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.icyblaze.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.icyblaze.com/sparkbox |
URL da Página de Ajuda | http://www.icyblaze.com/support |
Idiomas Suportados | 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" } } |