Recenzije za All Tabs Helper
All Tabs Helper od Kevin Jones
106 recenzija
- Ocijenjeno s 5 od 5od sdagfk, prije 4 godineDo 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.Odgovor programera
objavljeno prije 4 godineHi, 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. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 16643943, prije 5 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13737162, prije 5 godina
- Ocijenjeno s 5 od 5od MBoskovic, prije 5 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 12708714, prije 5 godinaFantastic 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 workOdgovor programera
objavljeno prije 5 godinaEDIT: 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;
} - Ocijenjeno s 5 od 5od Alexey Romanov, prije 5 godina
- Ocijenjeno s 5 od 5od Sundancer268, prije 5 godinaLove the app, wish the ability to suspend a single tab would be restored. Hate to suspend all tabs at once.
Odgovor programera
objavljeno prije 5 godinaDon'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". - Ocijenjeno s 5 od 5od gberche, prije 5 godinaGreat 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) - Ocijenjeno s 5 od 5od Genr8, prije 5 godina
- Ocijenjeno s 5 od 5od Cy "kkm" K'Nelson, prije 5 godinaKevin, 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. - Ocijenjeno s 5 od 5od mc, prije 5 godinaThis 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! - Ocijenjeno s 5 od 5od NetHawk, prije 5 godinaBrillant, 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.
Odgovor programera
objavljeno prije 5 godinaCheck "typing initiates filter/search" in Preferences; that should accomplish what you want. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 10063248, prije 5 godinaGreat extension used for a long time. Thanks.
- Ocijenjeno s 5 od 5od Chicken3gg, prije 5 godina
- Ocijenjeno s 5 od 5od sixtie, prije 5 godinaBeen 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.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 16145700, prije 5 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 11742866, prije 5 godina
- Ocijenjeno s 5 od 5od Andralon, prije 5 godinasince 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 - Ocijenjeno s 5 od 5od Omni, prije 5 godinaexcellent 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.Odgovor programera
objavljeno prije 5 godinaThanks 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. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 11640498, prije 5 godinaAt the options is possible to customize the "browserAction popup" width. But please Kevin, how can I increase the pop-up height? Thank you
Odgovor programera
objavljeno prije 5 godinaATH 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. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 5905964, prije 5 godinaIf you keep a lot of tabs open, this is fantastic. Fair warning: it makes it easier to have more tabs open. ;-)
- Ocijenjeno s 5 od 5od Luke, prije 5 godinaHighly 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 beOdgovor programera
objavljeno prije 5 godina"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. - Ocijenjeno s 5 od 5od KenC, prije 5 godina
- Ocijenjeno s 5 od 5od pepe, prije 5 godina