SSSnip!

Simple Screen Snip! Click and drag to take a snapshot of the screen.

SSSnip!란 무엇입니까?

SSSnip!은(는) Synthesis Productions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Screen Snip! Click and drag to take a snapshot of the screen."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SSSnip! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SSSnip!  It is the Simple Screen Snip!  

This extension has one main function and it does it very well: take screen shots of a selected area on a webpage.  Most extensions incorporate too much cluttering functionality, but this one stays simple and extremely useful.

** UPDATES **
*************
V 0.2.2 - 03/03/14
- UI changes to make screen selection easier
- Other changes to the interface 

V 0.2.1 - 02/25/14
- Minor bug fixes
 
V 0.2.0 - 02/25/14
- New user interface
- Preview of image is shown before saving

** UPCOMING FEATURES **
************************
- Side panel of recent snips
- GIF recorder

** INSTRUCTIONS **
******************
- Click scissor icon in the extension bar to begin a screen snip.
- Click and drag on the webpage to select the area you would like snip.
- Enter name of the snip or leave as the default.
- To cancel the snip either press ESC, click the 'X', or click outside of the preview panel.

This extension is still in early beta development.  If you observe any bugs or have any feature requests please send them!                    

확장 프로그램 기본 정보

이름 SSSnip! SSSnip!
ID opcciggnjillmifigagdpfpjdebfpgbh
공식 URL https://chromewebstore.google.com/detail/sssnip/opcciggnjillmifigagdpfpjdebfpgbh
설명 Simple Screen Snip! Click and drag to take a snapshot of the screen.
파일 크기 24.31 KB
설치 횟수 10,000
현재 버전 0.2.2
최근 업데이트 2014-08-09
출시 날짜 2014-08-09
평점 2.85/5 총 20 개의 평점
개발자 Synthesis Productions
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSSnip!",
    "version": "0.2.2",
    "description": "Simple Screen Snip!  Click and drag to take a snapshot of the screen.",
    "minimum_chrome_version": "31.0",
    "permissions": [
        "",
        "downloads"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "SSSnip!",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "web_accessible_resources": [
        "cursor.png",
        "actionPanel.html",
        "actionPanel.css"
    ]
}