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."입니다.

확장 프로그램 스크린샷

screenshot

Sparkbox Websnap 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
공식 URL 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"
    }
}