Open tathastu871 opened 1 month ago
use cromite browser. It have all tabs selection.
Every other chromium based browser has it, Chrome On other hand also had new feature that lists all group tabs seperately side by side regular tabs
But thy dont have extension
There is a workaround in kiwi if you want all tabs selection. When you are browsing, just open any random new tab by selecting 'open in new tab in group' and from there you can find new menu option at the bottom of screen where you can open as many tabs and select all the tabs. You can also bookmark them all.
It will be much easier if you go to settings and select tab switcher as grid. In grid option, it is easier to differ between grouped and non grouped tabs.
This kind of thing everyone knows. Its not a workaround. It only works for tab groups. You cant open 50 or more tabs in group without crashing or laggy browser.
Also i want to export existing one more than 500tabs open. Gtoupinf them individually is next to impossible
however still i managed to group them by touch automation using macrodroid or tasker
but its risky somtimes instead of grouping due to laggy browser it might click on close button and closes several tabs at one
After tht even if kiwi wont be updated for years. Its ok i dont give damn about security and privacy like things. As Heavy surfer Within days i gather >500tabs I need to back them up I dont have immediate pc access everyday to use adb for exporting tabs
No extensions can solve these as 1) tabs.query never returns old session tabs after restarting app. 2) Tabs index property is immutable , thats why using extension to make any new tab open next to current ome by setting index: index+1 fails
3) Every single tab properties except 'active' are immutable
eg cannot change index of tab, cannot change autoDiscard to falsr