Beoardielingen foar All Tabs Helper
All Tabs Helper troch Kevin Jones
106 beoardielingen
- Wurdearring: 5 fan 5troch sdagfk, 4 jierren lynDo you not have a github for your addons? Writing here is not that comfortable.
Anyway: The "dupe" menu should have a right-click menu entry to remove all dupes (except one tab of course).
In addition, the list needs to be locked after clicking the x button to close a tab and unlocked after sorting the list again. Right now there is no fast way to close many dupes, because just clicking on the last entry multiple times without waiting for the list to update will remove all tabs, even the last one, because the click gets registered before the tab should have vanished from the list because it was the last one.Antwurd ûntwikkeler
4 jierren lyn pleatstHi, thanks for writing. The preferred method for bug reports and feature requests is to use the support email link posted on the addon's main page. - Wurdearring: 5 fan 5troch Firefox-brûker 16643943, 4 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 13737162, 4 jierren lyn
- Wurdearring: 5 fan 5troch MBoskovic, 5 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 12708714, 5 jierren lynFantastic addon!! There are a couple minor issues i'd like to report to help make it even more perfect
- When enabling the "Use larger text and menu items" option, the text of the active tab is off centered. Picture for reference: i.imgur.com/dOTqF58.png
- Some CSS codes don't seem to be working, especially the hover color codes. For example, I'm using the following
/* Active tab item, hovered */
.activetab:hover .opti_menutext {
color: #FF0532;
}
and the hover/highlight color is still the default purple instead of red
Finally, if possible I'd love an option to hide to close button on each tab for a cleaner look, or at least to change the icon to a more hi-res one (this one looks pixelated on HiDPI screens).
Thanks again for your great work!
EDIT: indeed I was missing the !important indicator, silly mistake. if possible, can i ask what is the proper css to edit the highlight color when you hover each tab? i tried every single option listed in the Helps section and none of them seemed to workAntwurd ûntwikkeler
5 jierren lyn pleatstEDIT: Please contact me at the support email address.
Thanks for your kind review.
From "view help", "However if you find you're having trouble getting your code to apply, try using !important or higher specificity to override."
This works:
.activetab:hover .opti_menutext {
color: #FF0532 !important;
} - Wurdearring: 5 fan 5troch Alexey Romanov, 5 jierren lyn
- Wurdearring: 5 fan 5troch Sundancer268, 5 jierren lynLove the app, wish the ability to suspend a single tab would be restored. Hate to suspend all tabs at once.
Antwurd ûntwikkeler
5 jierren lyn pleatstDon't know to what you refer, the feature is still there. Just hover over a tab, right click, and click "Suspend tab".
To suspend a small subset, select the tabs (in the ATH ui), right-click, and click "Suspend selected tabs". - Wurdearring: 5 fan 5troch gberche, 5 jierren lynGreat add-on. I've been using it daily for years. Thanks Kevin for the great work you're contributing to the community!
One suggestion as I'm suffering from RSI and need to reduce mouse usage: add keyboard shortcuts in the full view window:
- UP/Down key to navigate through the tabs (including following a full-text search) and ENTER to display the selected TAB, and DELETE to close the selected TAB
- ESC to clear full-text search
- ESC to exit "full view window" (when no full-text search is selected)
- hot keys to switch between "all" , "recent", "dup", "search" (e.g. ALT+a for all, ALT+R for recent, ALT+D for dump) - Wurdearring: 5 fan 5troch Genr8, 5 jierren lyn
- Wurdearring: 5 fan 5troch Cy "kkm" K'Nelson, 5 jierren lynKevin, thank you so much for this plugin! I have dozens of tabs open at a time, as I work with multiple clouds, need to have documentation open, then all the regular things like Github, GMail, and papers that I need to read but putting aside. I would drown in this quagmire if not your All Tabs. It's the main productivity helper of all extensions that I'm using.
Finding duplicates (why my GMail is in 3 windows?) is a great feature. Regrouping by window, or quickly finding that lost tab that I opened in a wrong window, without losing mental focus on a task—all these features are simply lifesaving.
All Tabs is a must-have for anyone whose work requires switching between a dozen tabs for just one task at hand, and doubly so if you are multitasking with a few such tasks. - Wurdearring: 5 fan 5troch mc, 5 jierren lynThis add-on provides a fast way to access and manage all of my open tabs. It is a great way to organize the multitude of tabs I keep open.
I'm still looking for a way to avoid touching the mouse to select and goto a tab, if it's possible perhaps I haven't on the right keyboard combination. I would love the search to allow navigation to highlight a line then use up/down arrow keys to select, then return to open?
But, truly this is the fastest way to view and access all your tabs. Thank you so much! - Wurdearring: 5 fan 5troch NetHawk, 5 jierren lynBrillant, love it! Can think of only one thing, that would it make even better: When opening the dropdown, place the cursor inside the search field.
Antwurd ûntwikkeler
5 jierren lyn pleatstCheck "typing initiates filter/search" in Preferences; that should accomplish what you want. - Wurdearring: 5 fan 5troch Firefox-brûker 10063248, 5 jierren lynGreat extension used for a long time. Thanks.
- Wurdearring: 5 fan 5troch Chicken3gg, 5 jierren lyn
- Wurdearring: 5 fan 5troch sixtie, 5 jierren lynBeen reluctant to rate this reincarnation of ATH after being so fond of the pre-WebExtensions versions, but getting past that, it's hard to fault this add-on or the work that's gone into reviving and maintaining it, and it certainly continues to beat the stock Firefox tab menu in functionality.
- Wurdearring: 5 fan 5troch Firefox-brûker 16145700, 5 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 11742866, 5 jierren lyn
- Wurdearring: 5 fan 5troch Andralon, 5 jierren lynsince the 'show all tabs' arrow only appears if 17 or more tabs are open, and can't be locked, this add-on is a life saver.
and it provides so much more.
it's an amazin add-on - Wurdearring: 5 fan 5troch Omni, 5 jierren lynexcellent extension! i have one feature request however- please make it toggle its light/dark mode along with the rest of firefox on mac os. you can detect whether the system is in dark mode with css- https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
this is relatively easy to do with user css as well- here's a pastebin with the code- https://pastebin.com/9X13BaUg
but it would still be nice to have it auto switch by default.Antwurd ûntwikkeler
5 jierren lyn pleatstThanks for your suggestion. However as not all users want ATH color theme synced with FF color theme, I prefer to keep the ATH color theme as a standalone option in ATH preferences. And as constantly switching back and forth between color themes would be an edge case, I care not to add the complexity to support both options. - Wurdearring: 5 fan 5troch Firefox-brûker 11640498, 5 jierren lynAt the options is possible to customize the "browserAction popup" width. But please Kevin, how can I increase the pop-up height? Thank you
Antwurd ûntwikkeler
5 jierren lyn pleatstATH has been updated (version 1.2.17) with an option to set the popup height. See ATH Preferences > Appearance. Note that the maximum height is 600px, a limitation set by Firefox. - Wurdearring: 5 fan 5troch Firefox-brûker 5905964, 5 jierren lynIf you keep a lot of tabs open, this is fantastic. Fair warning: it makes it easier to have more tabs open. ;-)
- Wurdearring: 5 fan 5troch Luke, 5 jierren lynHighly configurable but lightweight, with a lot of useful functionality. One of the best addons I use.
Biggest problem used to be that scrolling was very slow but most recent update fixed it, so thanks!
Some minor issues:
- Full view mode doesn't work in private windows
- When "typing initiate filter/search" is set and ATH sidebar is opened, the search box isn't automatically focused like it should beAntwurd ûntwikkeler
5 jierren lyn pleatst"When "typing initiate filter/search" is set and ATH sidebar is opened, the search box isn't automatically focused like it should be"
One needs to focus the sidebar (by clicking on it) in order for the sidebar to capture keystrokes. This is an implementation detail of Firefox, and needs to be this way else you wouldn't be able to type into a form on a webpage for example.
Focus is either on the webpage or the sidebar, can't have both. - Wurdearring: 5 fan 5troch KenC, 5 jierren lyn
- Wurdearring: 5 fan 5troch pepe, 5 jierren lyn