KinectV2 DocLink

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

KinectV2 DocLink là gì?

KinectV2 DocLink là một tiện ích mở rộng Chrome được phát triển bởi Ali, và tính năng chính của nó là "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KinectV2 DocLink

Tải xuống các tệp mở rộng KinectV2 DocLink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KinectV2 DocLink KinectV2 DocLink
ID minhnbojiapbdhedmckljlamhlchjkmo
URL Chính Thức https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo
Mô tả Adds extra links to the MSDN Kinect V2 C++ Documentation
Kích Thước Tệp 38.44 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-07-29
Ngày Phát Hành 2015-07-29
Nhà Phát Triển Ali
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AliShug/DocLink
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}