3D Photo Viewer for Looking Glass

3D Photo Viewer for the Looking Glass holographic display.

3D Photo Viewer for Looking Glassคืออะไร?

3D Photo Viewer for Looking Glass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brian R. Jackson และคุณลักษณะหลักของมันคือ "3D Photo Viewer for the Looking Glass holographic display."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Photo Viewer for Looking Glass

ดาวน์โหลดไฟล์ส่วนขยาย 3D Photo Viewer for Looking Glass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Display 3D Photos on your Looking Glass holographic display.

Usage
1. Navigate to your favorite social network and "Open Viewer" from the extension toolbar.
2. Refresh or navigate to a social network page with 3D Photos.

Controls on the Looking Glass Portrait (coming soon)
Next/Prev - Navigates the list of 3D Photos found by the extension.
Play/Pause - Acts as a modifier, hold and press Next or Prev to adjust the focal plane of the photos by dollying out or in, respectively.


CHANGELOG
-----------
### 2.0.0 [2021-03-15]
* Support for the Looking Glass Portrait.

### 1.0.5 [2019-02-18]
* Reorganized dependencies and moved holoplay-gamepad into it's own package.

### 1.0.4 [2019-02-16]
* Removed broader permissions in preparation for a public release.

### 1.0.3 [2019-02-16]
* Fixed bug in GamePad library that caused LKG inputs to not be found sometimes.
* Fixed colorspace issue that caused photos to be to dark.
* Added navigation controls from the popup.
* Offline storage, no need for an Internet connection to browse photos once they've been downloaded.

### 1.0.2 [2019-02-12]
* Tweaked camera FOV to feel more like the viewer's camera.
* Added the ability to dolly into and out of the scene with the Circle and Square buttons, respectively.
* Always render the side frames on top of the photo.
* Move the frame back a bit, closer to the focal plane.
* Moved the "Clear Photos" button from the toolbar menu to the Options page.

### 1.0.1 [2019-02-10]
* Switched to local storage to avoid quota issues.
* Updated icon.

### 1.0 [2019-02-10]
* Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 3D Photo Viewer for Looking Glass 3D Photo Viewer for Looking Glass
ID dmanadldhmolbbmmabgeodpbinjnijjf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/3d-photo-viewer-for-looki/dmanadldhmolbbmmabgeodpbinjnijjf
คำอธิบาย 3D Photo Viewer for the Looking Glass holographic display.
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-03-16
วันที่เผยแพร่ 2021-03-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Brian R. Jackson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jaxzin/3DPhotoViewer
URL หน้าช่วยเหลือ https://github.com/jaxzin/3DPhotoViewer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3D Photo Viewer for Looking Glass",
    "version": "2.0.0",
    "description": "3D Photo Viewer for the Looking Glass holographic display.",
    "permissions": [
        "tabs",
        "webRequest",
        "declarativeContent",
        "storage",
        "system.display",
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.fbcdn.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lkglogo16.png",
            "32": "images\/lkglogo32.png",
            "48": "images\/lkglogo48.png",
            "128": "images\/lkglogo128.png"
        }
    },
    "icons": {
        "16": "images\/lkglogo16.png",
        "32": "images\/lkglogo32.png",
        "48": "images\/lkglogo48.png",
        "128": "images\/lkglogo128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}