KinectV2 DocLink

Adds extra links to the MSDN Kinect V2 C++ Documentation

KinectV2 DocLink란 무엇입니까?

KinectV2 DocLink은(는) Ali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds extra links to the MSDN Kinect V2 C++ Documentation"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a tiny extension which adds links to type descriptions on the Kinect V2 SDK's C++ documentation library - e.g. for the IKinectSensor interface. This extension affects only pages concerning the Kinect V2 SDK documentation on Microsoft's MSDN library.                    

확장 프로그램 기본 정보

이름 KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
공식 URL https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
설명 Adds extra links to the MSDN Kinect V2 C++ Documentation
파일 크기 38.44 KB
설치 횟수 105
현재 버전 0.1.1
최근 업데이트 2015-07-29
출시 날짜 2015-07-29
개발자 Ali
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/AliShug/DocLink
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KinectV2 DocLink",
    "description": "Adds extra links to the MSDN Kinect V2 C++ Documentation",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/msdn.microsoft.com\/en-us\/library\/microsoft.kinect.kinect.*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}