KinectV2 DocLink

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

Apa itu KinectV2 DocLink?

KinectV2 DocLink adalah ekstensi Chrome yang dikembangkan oleh Ali, dan fitur utamanya adalah "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi KinectV2 DocLink

Unduh file ekstensi KinectV2 DocLink dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
URL Resmi https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
Deskripsi Adds extra links to the MSDN Kinect V2 C++ Documentation
Ukuran File 38.44 KB
Jumlah Instalasi 105
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2015-07-29
Tanggal Publikasi 2015-07-29
Pengembang Ali
Tipe Pembayaran free
Situs Ekstensi https://github.com/AliShug/DocLink
Bahasa yang Didukung 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"
    }
}