KinectV2 DocLink

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

Hvad er KinectV2 DocLink?

KinectV2 DocLink er en Chrome-udvidelse udviklet af Ali, og dens hovedfunktion er "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Udvidelsesskærmbilleder

screenshot

Download KinectV2 DocLink-udvidelses-CRX-fil

Download KinectV2 DocLink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
Officiel URL https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
Beskrivelse Adds extra links to the MSDN Kinect V2 C++ Documentation
Filstørrelse 38.44 KB
Antal Installationer 105
Nuværende Version 0.1.1
Senest Opdateret 2015-07-29
Udgivelsesdato 2015-07-29
Udvikler Ali
Betalingsmetode free
Udvidelseswebsted https://github.com/AliShug/DocLink
Understøttede Sprog 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"
    }
}