HoloSpace - JanusVR Rooms in Chrome
Preview 3D website built for JanusVR without leaving your browser
HoloSpace - JanusVR Rooms in Chromeとは何ですか?
HoloSpace - JanusVR Rooms in Chromeはsancheによって開発されたChromeの拡張機能で、その主な機能は「Preview 3D website built for JanusVR without leaving your browser」です。
拡張機能のスクリーンショット
HoloSpace - JanusVR Rooms in Chrome拡張機能のCRXファイルをダウンロード
HoloSpace - JanusVR Rooms in Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JanusVR is a new 3D web browser designed to allow you to experience websites in virtual reality. While Janus is great for exploring 3D spaces, it takes a lot of set up to actually view anything. That's where the HoloSpace extension comes in. With HoloSpace, you can preview these 3D environments without leaving Chrome. Simply point your browser at a URL that contains FireBox HTML code, tap the extension, and you are presented with a pop-up window into the 3D world. HoloSpace is currently in beta, so it may not work perfectly for every site. Please let don't hesitate to report any bugs so we can improve.
拡張機能の基本情報
名前 | HoloSpace - JanusVR Rooms in Chrome |
ID | hjfkpfejjiedfaplkoiakahfookdfbjk |
公式URL | https://chromewebstore.google.com/detail/holospace-janusvr-rooms-i/hjfkpfejjiedfaplkoiakahfookdfbjk |
説明 | Preview 3D website built for JanusVR without leaving your browser |
ファイルサイズ | 6.87 MB |
インストール数 | 181 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-05-18 |
公開日 | 2015-05-18 |
評価 | 3.73/5 合計 11 レビュー |
開発者 | sanche |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HoloSpace - JanusVR Rooms in Chrome", "short_name": "HoloSpace", "version": "0.0.2", "description": "Preview 3D website built for JanusVR without leaving your browser", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/" ], "requirements": { "3D": { "features": [ "webgl" ] } } } |