Browser inside a browser

My employees and I frequently need to open several internal web pages next to each other on the screen.

Currently we do this by opening several Chrome windows and spending time to arrange for example five such windows so one can see all of the at once on the desktop. One of these windows might show debugging information, another will show information directly from the database so one can track database writes, another one will have the web application itself for testing and so on.

I believe that we have something like 10 different ways that we need to organize the windows. Therefore, it would be great to have an html5 window manager (also called a "desktop inside a browser"), which would allow us to store a session where a single browser tab would open the five web pages, each webpage in its own "window inside one browser tab". I imagine that this should work using iframes and it would great if there was an URL bar in each window so one could visit any web page inside each window.

Does this exist or is it possible to create?

3

2 Answers

It seems like I found something promising here: I was at least able to open several windows containing iframes:

The link to download the code seems dead, but I have contacted the developer to see if I can still get the code. Hope he responds... In the meantime I attempted to use the "save web page" function, which got be quite far, but not all functions work. Specifically the multiple virtual desktops.

also seems promising with extensive features.

You could probably do this with tab stacking/tiling.

In Vivaldi, its not perfect but the workflow I follow is

  1. Bookmark the tabs I need to one bookmark folder (or tab stack em together and you can bookmark them at once.
  2. Drag the tags together to combine them into one tab stack
  3. Right click on the tab tile stack option and select "tile tab stack"

enter image description here

I'll leave it as an exercise to the reader to figure out how to do it on other browsers with extensions, or to have a persistent way of doing so without needing to set it up each session

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like