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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |