KinectV2 DocLink
Adds extra links to the MSDN Kinect V2 C++ Documentation
什麼是KinectV2 DocLink?
KinectV2 DocLink是由Ali開發的Chrome擴展程式,該擴展的主要功能是“Adds extra links to the MSDN Kinect V2 C++ Documentation”。
擴展截圖
下載KinectV2 DocLink擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |