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 |
官方網址 | 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" ] } } } |