SSS simple screenShot

This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…

SSS simple screenShot란 무엇입니까?

SSS simple screenShot은(는) rya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…"입니다.

확장 프로그램 스크린샷

screenshot

SSS simple screenShot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This app will take a very simple screen shot . 

- To complete the operation in a single click . 
- The input of the file name to save is unnecessary . 
- This app does not require an extra action .                    

확장 프로그램 기본 정보

이름 SSS simple screenShot SSS simple screenShot
ID impaaijendpdklkecfcgklimbmlddbdn
공식 URL https://chrome.google.com/webstore/detail/sss-%E8%B6%85%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%81%AA%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/impaaijendpdklkecfcgklimbmlddbdn
설명 This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…
파일 크기 53.4 KB
설치 횟수 59
현재 버전 0.2.1
최근 업데이트 2016-06-02
출시 날짜 2016-06-02
평점 2.33/5 총 3 개의 평점
개발자 rya
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_048.png",
        "16": "images\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "ja",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "version": "0.2.1"
}