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.”。
擴展截圖
下載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 |
ID | albikianablfdfmckgdiiboobeihdnna |
官方網址 | 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" } } |