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文件

下载KinectV2 DocLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}