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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KinectV2 DocLink
قم بتنزيل ملفات الامتداد KinectV2 DocLink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |