- It’d be nice for both participants and viewers to be able to see the order of topics at all times or very easily throughout the event
- This can be achieved by sharing monitor to the side, but this isn’t ideal because then I’d be looking away from people and on smaller screen to the side
- Split screen in Arc can work for some tabs, but isn’t practical for a persistent topics as it would require many duplicate tabs
- Overall it’s not a big priority now. We only discuss a few topics per event right now so this isn’t needed at the time and isn’t work further research at the moment
- It might be worth trying the Hover over chrome extensions and see if these are shared in
Is there any way to make a tab/window persistently show up over different tabs in the corner in an arc browser window?
ChatGPT
Yes, there is a way to make a tab or window persistently show up over different tabs in the Arc browser. Arc browser includes a feature called "Pinboards" which allows you to pin tabs to a specific side of your screen. Here's how you can do it:
- Pin a Tab: You can pin a tab by right-clicking on the tab and selecting "Pin Tab." This will move the tab to the sidebar and keep it open persistently.
- Use Picture-in-Picture (PiP): For videos, you can use the Picture-in-Picture mode, which pops out the video into a small, always-on-top window. Right-click twice on a video and select "Picture-in-Picture" from the context menu.
- Use Extensions: There are browser extensions available that allow you to create a persistent floating window. Extensions like "Always on Top" can be useful for this purpose. Once installed, you can pop out any tab and keep it floating on top of other windows.
- Utilize Split View: Arc browser supports split view, where you can open two tabs side-by-side. This can be useful if you want to keep one tab always visible while working on another.
Here is a step-by-step guide for using the pinning feature in Arc browser:
- Pinning a Tab:
- Open the tab you want to pin.
- Right-click on the tab.
- Select "Pin Tab" from the context menu.
- The tab will move to the sidebar and remain open persistently.
- Using Picture-in-Picture:
- Navigate to a video you want to keep open.
- Right-click on the video twice to open the full context menu.
- Select "Picture-in-Picture."
- The video will pop out into a small, always-on-top window.
- Using Extensions:
- Install an extension like "Always on Top" from the Chrome Web Store.
- Follow the extension's instructions to create a floating window from a tab.
These methods should help you keep a specific tab or window persistently visible while you browse other tabs in the Arc browser.
Can picture in picture work with a regular page and not a video or audio?
ChatGPT
The standard Picture-in-Picture (PiP) feature in most browsers, including Arc, is typically designed for video content. However, there are a few methods to achieve a similar effect with a regular web page:
Using Browser Extensions
There are browser extensions that allow you to create a floating, always-on-top window for any web page. Here are some extensions that can help:
- "Always On Top"
- This extension can create a floating window that stays on top of all other windows.
- You can install it from the Chrome Web Store.
- After installation, you can use the extension to create a floating window for any tab.
- "Picture-in-Picture Extension (by Google)"
- While primarily designed for videos, you can use this extension to pop out any element as a floating window.
- Install it from the Chrome Web Store and experiment with its capabilities to see if it fits your needs.
Using JavaScript Bookmarklets
You can use a JavaScript bookmarklet to create a floating window for any web page. Here's a simple example:
- Create a new bookmark in your browser.
- Edit the bookmark and replace the URL with the following JavaScript code:
- Click this bookmark when you want to create a floating window of the current page.
javascriptCopy code
javascript:(function(){
var newWin = window.open(location.href, "Floating Window", "width=500,height=400");
newWin.focus();
})();
Using Operating System Features
On some operating systems, you can use built-in features to keep a window always on top. For example:
- Windows: Use utilities like "DeskPins" or "Always on Top" to pin a window on top.
- Mac: Use apps like "Helium" or "Afloat" to keep a window always on top.
Example Steps for Using "Helium" on Mac:
- Download and install Helium from the Mac App Store.
- Open Helium and navigate to the web page you want to keep on top.
- Adjust the transparency and size of the Helium window as needed.
- The Helium window will float on top of all other windows.
These methods should help you achieve a floating, always-on-top window for any web page in the Arc browser or any other browser.
Would any of these work with zoom screenshare so you can see a window via screenshare and a tab over the window via screenshare?
ChatGPT
To have a persistent tab or window visible over a Zoom screenshare, allowing both the shared screen and the floating tab/window to be visible simultaneously, you can use specific tools and settings. Here's how you can achieve this:
Method 1: Using Picture-in-Picture Extensions or Floating Windows
- Use a Floating Browser Window:
- Browser Extensions: As previously mentioned, you can use extensions like "Always on Top" to create a floating window for any web page. This floating window will stay on top of other windows, including during a Zoom screenshare.
- Steps:
- Install the "Always on Top" extension from the Chrome Web Store.
- Use the extension to create a floating window of the tab you want to be persistently visible.
- Start your Zoom meeting and share your screen.
- Ensure that the floating window is positioned over the shared screen area.
- Using JavaScript Bookmarklets:
- You can create a bookmarklet to pop out a tab into a separate, movable window as described before.
- This new window can then be positioned over the shared screen area during the Zoom call.
Method 2: Using Operating System Features
For Windows:
- DeskPins or Always on Top Utilities:
- DeskPins:
- Download and install DeskPins.
- Use DeskPins to pin the floating window on top.
- Always on Top Utility:
- Download and install a utility like "Always on Top."
- Use the utility to keep the floating window on top.
For Mac:
- Helium or Afloat:
- Helium:
- Download and install Helium from the Mac App Store.
- Open the desired webpage in Helium and adjust its transparency and size.
- Helium will stay on top of other windows, including during screen sharing in Zoom.
- Afloat:
- Download and install Afloat.
- Use Afloat to keep the desired window on top.
Method 3: Using Zoom's Built-In Tools
- Use Zoom's Advanced Screen Share:
- Share Portion of Screen:
- In Zoom, click on "Share Screen."
- Select "Advanced" at the top of the window.
- Choose "Portion of Screen."
- Resize and move the green frame to fit around the window you want to share.
- The floating window created by extensions or utilities can be positioned within the shared portion or overlaid as needed.
Combining Methods
For a seamless experience, you might combine the use of a floating window tool (like Helium or DeskPins) with Zoom’s advanced screen sharing options. Here’s how:
- Set up the floating window using Helium (Mac) or DeskPins (Windows).
- Start your Zoom meeting and select the advanced screen sharing option to share a portion of your screen.
- Adjust the floating window and shared screen portion so both are visible and positioned as desired.
By using these methods, you should be able to have a tab or window persistently visible over a Zoom screenshare, allowing you to keep important information accessible during your presentation or meeting.