KinectV2 DocLink
Adds extra links to the MSDN Kinect V2 C++ Documentation
Vad är KinectV2 DocLink?
KinectV2 DocLink är en Chrome-tillägg utvecklad av Ali, och dess huvudfunktion är "Adds extra links to the MSDN Kinect V2 C++ Documentation".
Tilläggsskärmbilder
Ladda ner KinectV2 DocLink-förlängningens CRX-fil
Ladda ner KinectV2 DocLink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | minhnbojiapbdhedmckljlamhlchjkmo |
| Officiell webbadress | https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo |
| Beskrivning | Adds extra links to the MSDN Kinect V2 C++ Documentation |
| Filstorlek | 38.44 KB |
| Antal Installationer | 105 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2015-07-29 |
| Publiceringsdatum | 2015-07-29 |
| Utvecklare | Ali |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/AliShug/DocLink |
| Stödda Språk | 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"
}
} | |