Forked from https://github.com/rNeomy/reader-view.
- Strips away clutter like buttons, background images, and changes the page's text size, contrast, and layout for better readability.
- Send text content to a SightXR instance.
- Download latest release from https://github.com/Kineviz/sightxr-chrome-extension/releases.
- Unzip the release.
- In your browser, visit the URL
chrome://extensions/
- Enable "Developer mode". (it's a toggle in the top right corner)
- Click "Load unpacked". (button in top left)
- Select v3 folder containing file "manifest.json".
- Pin the SightXR Chrome Extension by clicking the Extensions button in the URL Bar and then clicking the Pin button.
First we point it at our SightXR Instance.
- Right click on the SightXR Chrome Extension icon.
- Click "Options"
- Set Base URL to your SightXR API url, which is typically at port 8000:
https://my-instance.net:8000
(change to match yours. e.g.https://my-instance.tail93a2.ts.net:8000
) - Set API Key.
- Scroll down, then click
Save Options
Now we can push a web page to our SightXR Instance.
- Navigate to an article and click the SightXR Chrome Extension button.
- Click the lavender "Send to SightXR" button in the left sidebar.