Beoordelingen voor All Tabs Helper
All Tabs Helper door Kevin Jones
106 beoordelingen
- Waardering: 5 van 5door sdagfk, 4 jaar geledenDo 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.Antwoord van ontwikkelaar
4 jaar geleden geplaatstHi, 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. - Waardering: 5 van 5door Firefox-gebruiker 16643943, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 13737162, 4 jaar geleden
- Waardering: 5 van 5door MBoskovic, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 12708714, 5 jaar geledenFantastic 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 workAntwoord van ontwikkelaar
5 jaar geleden geplaatstEDIT: 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;
} - Waardering: 5 van 5door Alexey Romanov, 5 jaar geleden
- Waardering: 5 van 5door Sundancer268, 5 jaar geledenLove the app, wish the ability to suspend a single tab would be restored. Hate to suspend all tabs at once.
Antwoord van ontwikkelaar
5 jaar geleden geplaatstDon'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". - Waardering: 5 van 5door gberche, 5 jaar geledenGreat 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) - Waardering: 5 van 5door Genr8, 5 jaar geleden
- Waardering: 5 van 5door Cy "kkm" K'Nelson, 5 jaar geledenKevin, 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. - Waardering: 5 van 5door mc, 5 jaar geledenThis 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! - Waardering: 5 van 5door NetHawk, 5 jaar geledenBrillant, 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.
Antwoord van ontwikkelaar
5 jaar geleden geplaatstCheck "typing initiates filter/search" in Preferences; that should accomplish what you want. - Waardering: 5 van 5door Firefox-gebruiker 10063248, 5 jaar geledenGreat extension used for a long time. Thanks.
- Waardering: 5 van 5door Chicken3gg, 5 jaar geleden
- Waardering: 5 van 5door sixtie, 5 jaar geledenBeen 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.
- Waardering: 5 van 5door Firefox-gebruiker 16145700, 5 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 11742866, 5 jaar geleden
- Waardering: 5 van 5door Andralon, 5 jaar geledensince 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 - Waardering: 5 van 5door Omni, 5 jaar geledenexcellent 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.Antwoord van ontwikkelaar
5 jaar geleden geplaatstThanks 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. - Waardering: 5 van 5door Firefox-gebruiker 11640498, 5 jaar geledenAt the options is possible to customize the "browserAction popup" width. But please Kevin, how can I increase the pop-up height? Thank you
Antwoord van ontwikkelaar
5 jaar geleden geplaatstATH 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. - Waardering: 5 van 5door Firefox-gebruiker 5905964, 5 jaar geledenIf you keep a lot of tabs open, this is fantastic. Fair warning: it makes it easier to have more tabs open. ;-)
- Waardering: 5 van 5door Luke, 5 jaar geledenHighly 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 beAntwoord van ontwikkelaar
5 jaar geleden geplaatst"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. - Waardering: 5 van 5door KenC, 5 jaar geleden
- Waardering: 5 van 5door pepe, 5 jaar geleden