Moment Shooter

Capture Beautiful Moments

Moment Shooter란 무엇입니까?

Moment Shooter은(는) http://lrednight.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture Beautiful Moments"입니다.

확장 프로그램 스크린샷

screenshot

Moment Shooter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use Moment Shooter to capture beautiful site or just save pictures.                    

확장 프로그램 기본 정보

이름 Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
공식 URL https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
설명 Capture Beautiful Moments
파일 크기 114 KB
설치 횟수 30
현재 버전 0.3.1
최근 업데이트 2014-10-08
출시 날짜 2014-10-08
평점 5.00/5 총 1 개의 평점
개발자 http://lrednight.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/atom.js",
            "js\/core.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Capture current tab."
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/atom.js",
                "js\/insert.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Capture Beautiful Moments",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBdxGw\/FGKZuBQcFRcIOure49k1spG2GCvyU94fUMyYamw4KwVooeMer0RrwDEEWxDu8r2Z+Ssk+CZ5i1gZBC+0L7L6MuM0hhmXYPigY+x10V9EuBP0+16sjTtFxcyMieb6\/d1HraV8e\/qBGYWCpWOGSprK4+WnnAGcVSXL9+IkQIDAQAB",
    "manifest_version": 2,
    "name": "Moment Shooter",
    "options_page": "index.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1"
}