nanoStream Screen Capture

Share your screen with nanocosmos!

nanoStream Screen Capture란 무엇입니까?

nanoStream Screen Capture은(는) http://www.nanocosmos.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your screen with nanocosmos!"입니다.

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

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

확장 프로그램 사용 설명서

                        nanoStream Screen Capture Extension for WebRTC Applications on Google Chrome
Working on combination with nanoStream WebRTC Applications
(c) 2015 nanocosmos GmbH                    

확장 프로그램 기본 정보

이름 nanoStream Screen Capture nanoStream Screen Capture
ID jfjljfmoopheadghnkjbonkmgbkjhjdo
공식 URL https://chrome.google.com/webstore/detail/jfjljfmoopheadghnkjbonkmgbkjhjdo
설명 Share your screen with nanocosmos!
파일 크기 28 KB
설치 횟수 68
현재 버전 2.1
최근 업데이트 2015-11-24
출시 날짜 2015-11-24
평점 5.00/5 총 1 개의 평점
개발자 http://www.nanocosmos.de
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nanoStream Screen Capture",
    "author": "nanocosmos GmbH",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your screen with nanocosmos!",
    "homepage_url": "http:\/\/www.nanocosmos.de",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-16.png",
        "icon-128.png"
    ]
}