KinectV2 DocLink

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

What is KinectV2 DocLink?

KinectV2 DocLink is a Chrome extension developed by Ali, and its main feature is "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Extension Screenshots

screenshot

Download KinectV2 DocLink Extension CRX File

Download KinectV2 DocLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
Official URL https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
Description Adds extra links to the MSDN Kinect V2 C++ Documentation
File Size 38.44 KB
Installation Count 105
Current Version 0.1.1
Last Updated 2015-07-29
Publish Date 2015-07-29
Developer Ali
Payment Type free
Extension Website https://github.com/AliShug/DocLink
Supported Languages 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"
    }
}