KinectV2 DocLink

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

Что такое KinectV2 DocLink?

KinectV2 DocLink - это расширение Chrome, разработанное Ali, и его основная функция - "Adds extra links to the MSDN Kinect V2 C++ Documentation".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения KinectV2 DocLink

Скачайте файлы расширений 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"
    }
}