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 |
公式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" } } |