Screen Capturing

This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.

Screen Capturing란 무엇입니까?

Screen Capturing은(는) https://etomon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can share screen using this plugin.                    

확장 프로그램 기본 정보

이름 Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
공식 URL https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
설명 This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
파일 크기 7.77 KB
설치 횟수 32
현재 버전 3.6.5
최근 업데이트 2018-09-12
출시 날짜 2018-09-12
개발자 https://etomon.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "Zhenyu Yang",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/etomon.com\/*",
                "https:\/\/etomon.com:9999\/*",
                "https:\/\/www.etomon.com\/*",
                "https:\/\/www.etomon.com:9999\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/localhost:4200\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.",
    "homepage_url": "https:\/\/www.webrtc-experiment.com\/",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.6.5",
    "web_accessible_resources": [
        "icon.png"
    ]
}