KinectV2 DocLink
Adds extra links to the MSDN Kinect V2 C++ Documentation
Qu'est-ce que KinectV2 DocLink ?
KinectV2 DocLink est une extension Chrome développée par Ali, et sa fonction principale est "Adds extra links to the MSDN Kinect V2 C++ Documentation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KinectV2 DocLink
Téléchargez les fichiers d'extension KinectV2 DocLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | minhnbojiapbdhedmckljlamhlchjkmo |
URL Officiel | https://chromewebstore.google.com/detail/kinectv2-doclink/minhnbojiapbdhedmckljlamhlchjkmo |
Description | Adds extra links to the MSDN Kinect V2 C++ Documentation |
Taille du Fichier | 38.44 KB |
Nombre d'Installations | 105 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2015-07-29 |
Date de Publication | 2015-07-29 |
Développeur | Ali |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AliShug/DocLink |
Langues Prises en Charge | 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" } } |