KinectV2 DocLink
Adds extra links to the MSDN Kinect V2 C++ Documentation
Wat is KinectV2 DocLink?
KinectV2 DocLink is een Chrome-extensie ontwikkeld door Ali, en de belangrijkste functie is "Adds extra links to the MSDN Kinect V2 C++ Documentation".
Extensie Screenshots
Download het CRX-bestand van de extensie KinectV2 DocLink
Download KinectV2 DocLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | minhnbojiapbdhedmckljlamhlchjkmo |
| Officiële URL | https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo |
| Beschrijving | Adds extra links to the MSDN Kinect V2 C++ Documentation |
| Bestandsgrootte | 38.44 KB |
| Aantal Installaties | 105 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2015-07-29 |
| Publicatiedatum | 2015-07-29 |
| Ontwikkelaar | Ali |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/AliShug/DocLink |
| Ondersteunde Talen | 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"
}
} | |