ScreenCapture

ScreenCapture

ScreenCapture란 무엇입니까?

ScreenCapture은(는) yingshangmx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ScreenCapture"입니다.

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 ScreenCapture ScreenCapture
ID oepbcjjbipfaecfbpmimikkkiioelaii
공식 URL https://chromewebstore.google.com/detail/screencapture/oepbcjjbipfaecfbpmimikkkiioelaii
설명 ScreenCapture
파일 크기 151 KB
설치 횟수 108
현재 버전 1.6
최근 업데이트 2018-01-22
출시 날짜 2018-01-22
개발자 yingshangmx
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ScreenCapture"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/mx\/jquery.js",
                "scripts\/mx\/controller.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "ScreenCapture",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "ScreenCapture",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage",
        "notifications",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "version": "1.6"
}