Enter forum description here ...
0
Ukończony

On restore of a window, do not re-open previously closed tabs

Roel 12 lat temu Ostatnio zmodyfikowane przez Erhhung Yuan 7 lat temu 93

Allow reopening the window in a state as it was save-closed. Preserving the saved state of the already saved tabs on a moment of window save-close.

Odpowiedź
vladyslav volovyk 12 lat temu

Starting from v0.4.40 is now possible to reopen only the tabs which was open at a time of last window save-close. By Alt-dblclick (or Alt-click if one click option is selected) on saved window title.


This work only with newly saved windows. Not with already saved.


The option to make this as default behavior was not added to not pollute the options.


This feature is unofficial. And even will not be mentioned in documentation.


It is also might broke some day. As it will not be retested upon releases. So if you found it is not work anymore please report me.

0
Naprawione

typo: Add Separator "belove"

cm chiu 9 lat temu zaktualizowano 9 lat temu 4

In the right-click menu on the Tab Outliner window, under Notes, I believe the line that says Add Separator belove should read Add Separator below.

0

Support the operations in Windows 8 mode

vladyslav volovyk 11 lat temu 0
Add support for Windows 8 full-screen mode.
0
Naprawione

Phantom Tabs

MZ Guy 12 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 10 lat temu 32

I'm not sure this has been posted about before. When browsing, I have recently noticed a behavior/bug that was not present before I went to Chrome v26. Sometimes tabs stay in Tabs Outliner after they have been closed. These are tabs that were generally (always?) closed via Chrome's interface (the 'x' on the tab), or by closing the entire window with the 'x'.Furthermore, they often show up in a different part of the tree (different window) than where they were originally. Clicking on them does nothing, but they can be removed with the trash icon.


Additionally, Chrome about:memory shows some usual results. Right now, I have a "tab" line item using 700K of memory with 8 lines under it that say merely "Google". This whole beast shares the same PID. I have no idea what this is as I don't have any tabs open that are named just "Google". Things like this started showing up in the memory detail screen when the aforementioned bug started appearing. They usually waste a lot of memory.


Great extension by the way, thanks!

Odpowiedź
vladyslav volovyk 11 lat temu

The Phantom Tabs Bug must be fixed for now in v0.4.72 


0
W trakcie analizy

A way to add tab/link to tabsoutliner in frozen state without opening

Alexander Phoenix 11 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 11 lat temu 1
For those who open million tabs for research purposes, but can't afford to. 

Will need to dl site icon probably
0
Odrzucone

Visual preview of windows

Matthew Cochrane 11 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 11 lat temu 0

This would be very helpful.  Something akin to the mouse-over of the windows in the tray.  Sometimes you store the look and layout of the page in your memory as a way to find it in the future without paying much attention to the page's title.  This is more efficient than trying to remember the title of every window.  Sometimes the windows don't have the most descriptive titles, or different looking windows may have similar titles.  Going through and typing a comment for each window is quite inefficient too.

I'm not sure what the best way to implement this is.  Maybe show a picture in a tooltip when you mouse-over each list item, maybe a new view entirely which shows a picture of all windows.  Another idea is a menu-like system, similar to the task bar in windows 7 where if you mouse-over a window, a menu showing pictures of each tab shows up.  Humans seem to do well with sorting things to tree-like structures such as this so I think it would be easy to navigate.

Odpowiedź
vladyslav volovyk 11 lat temu

>  This is more efficient than trying to remember the title of every window.


Actually if for this need to hover every single window to popup its thumbnail - it's not.


I am actually never feels that i need this feature. Not sure i want to bloat a simple program by such things. There is a lot of tabs manager with this features and they never satisfy me. The idea looks cool but only when you have 2-3 screens of such thumbnails, or 5-7 windows to hover. 


To compare - my current tree meantime have ~20 000 saved tabs...


0
W trakcie analizy

Hi, I have paid for the pro version, however there is a popup whenever I delete more than 3 tabs in the tabs outliner window.

Benedict Harris 9 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 9 lat temu 1

Image 18

0
Odrzucone

Would it be possible the save the Tabs Outliner's window's position in the list?

FichteFoll 12 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 12 lat temu 3

As the title suggests I like the idea of having the Tabs Outliner window at the very top of my window list and having it remain there even when I reopen Chrome (which happens quite a lot). You can only have one instance of the TO popup window anyway and you can't open another tab in that window (a new window is created as a parent instead), why not just save it? I'm pretty confident that this is possible.

0

Open chrome directly to TO window

MrJAZ 12 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 12 lat temu 8

Is there any way to open TO directly when starting Chrome?

0
Odrzucone

auto hide "Tabs Outliner" window like "Tree Style Tab" worked on firefox

Henrique L. 11 lat temu Ostatnio zmodyfikowane przez vladyslav volovyk 11 lat temu 0

hi!


I saw some similar ideas but I think my propose is quite different.


The window where tabs outliner runs is separate from main window. My monitor is 17" not wide screen. I cannot use it that way... Even on widescreen it takes a lot of space.


So at linux I coded a script that when the mouse is near the left edge of the screen and was already above normal chromium window, tabs outliner window is shown;

It runs each 0.1s;

When it moves away from that window and to above normal chromium window, the normal window it is shown (so tabs outliner window goes to behind it). Other windows of other applications are protected from that behavior.

EDIT: the script also detects a url was clicked on tabs ouliner and automatically activates the normal chromium window!


I think you may be able to use the "on top" window flag to do that trick that may work on all OSs, when the mouse reaches the left edge of normal chromium window! EDIT: Just toggle on top, and toggle back again so release its top towards other applications.


PS.: my script probably only works on linux, it is a bash script...

Odpowiedź
vladyslav volovyk 11 lat temu

"on top" window flag is unfortunately is not accessible to Chrome extensions. 

So this behavior is only possible using the external system utilities to manage window.