KinectV2 DocLink

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

Was ist KinectV2 DocLink?

KinectV2 DocLink ist eine Chrome-Erweiterung, die von Ali entwickelt wurde, und ihr Hauptmerkmal ist "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Erweiterungsscreenshots

screenshot

KinectV2 DocLink-Erweiterungs-CRX-Datei herunterladen

Laden Sie KinectV2 DocLink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
Offizielle URL https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
Beschreibung Adds extra links to the MSDN Kinect V2 C++ Documentation
Dateigröße 38.44 KB
Installationsanzahl 105
Aktuelle Version 0.1.1
Letztes Update 2015-07-29
Veröffentlichungsdatum 2015-07-29
Entwickler Ali
Zahlungsart free
Erweiterungswebsite https://github.com/AliShug/DocLink
Unterstützte Sprachen 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"
    }
}