HoloSpace - JanusVR Rooms in Chrome
Preview 3D website built for JanusVR without leaving your browser
HoloSpace - JanusVR Rooms in Chrome là gì?
HoloSpace - JanusVR Rooms in Chrome là một tiện ích mở rộng Chrome được phát triển bởi sanche, và tính năng chính của nó là "Preview 3D website built for JanusVR without leaving your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HoloSpace - JanusVR Rooms in Chrome
Tải xuống các tệp mở rộng HoloSpace - JanusVR Rooms in Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HoloSpace - JanusVR Rooms in Chrome |
ID | hjfkpfejjiedfaplkoiakahfookdfbjk |
URL Chính Thức | https://chromewebstore.google.com/detail/holospace-janusvr-rooms-i/hjfkpfejjiedfaplkoiakahfookdfbjk |
Mô tả | Preview 3D website built for JanusVR without leaving your browser |
Kích Thước Tệp | 6.87 MB |
Số Lần Cài Đặt | 181 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2015-05-18 |
Ngày Phát Hành | 2015-05-18 |
Đánh Giá | 3.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | sanche |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } } |