Duplicate Tabs Closer에 대한 리뷰
Duplicate Tabs Closer 제작자: Peuj
리뷰 88개
- 5점 만점에 5점Firefox 사용자 14256680 님, 6년 전
- 5점 만점에 5점Firefox 사용자 14660450 님, 6년 전
- 5점 만점에 5점Firefox 사용자 13953457 님, 6년 전
- 5점 만점에 5점Rebuild Morphine Carbon 님, 7년 전It could be better if there is an option to move the old tab to where the new tab would have been. Currently if you open hundreds of tabs and the old tab is in the front of the tabs, the tab bar will move all the way there, which is not good.
Reply:
I find out that if "On remaining tab" is set to "default tab behavior", the old tab will be moved to the new place, which is what I need.
Thanks for your response!개발자 답글
7년 전에 게시됨Hi,
Thanks for the review!
If you are in "Auto close" mode, the behavior depends on the option "On remaining tab".
Can you give me your settings?
Also can you give me usecase of you do and what is expected (based on your settings) to be sure I understand your problem. - 5점 만점에 5점afeenstra1990 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14178284 님, 7년 전Simple yet customize-able interface does the job.
Filters provide even more advanced options. - 5점 만점에 5점Djshino507 님, 7년 전
개발자 답글
7년 전에 게시됨Sorry but from what I've seen in the API I cannot unload the button.
Another option would be to use the pageAction https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/pageAction.
But by doing this you cannot access the options unless there are duplicates tabs or if you go to the "Add-ons Manager" tab (about:addons).
It seems less convenient to use.
Thanks for the review.- 5점 만점에 5점Firefox 사용자 14112220 님, 7년 전Very good but has a bug:
By applying filters for ignoring both "hash part" and "search part" it will not work for duplicate tabs that have only "hash part".
For example for the following URLs one time apply only "ignore hash part filter" and another time apply both "ignore hash part filter" and "ignore search part filter".
https://www.mathworks.com/matlabcentral/answers/5802-perspective-transform-a-point-not-an-image#answer_8076
https://www.mathworks.com/matlabcentral/answers/5802-perspective-transform-a-point-not-an-image - 5점 만점에 5점digitarald 님, 7년 전Sooo good! Taming my 99 tabs with gdocs, things to read and random assortment!
- 5점 만점에 5점Firefox 사용자 13593688 님, 7년 전This is super useful extension. I use it a lot.
Some suggestions for improvements:
* Allow possibility to "ignore" some open tab so it's not taken into consideration when checking for duplicates.
I had one or two situations when it would be useful (filters we not enough).
So for example when you have "duplicate tabs" list you could right click and choose "Ignore duplicate checking for this tab" (or some other better text) and this entry on "duplicate list" would get different colour or be in italic to indicate that we ignored this page. We could then click again and uncheck this option.
When tab is ignored then we don't see number that we have duplicate for it and "Close all duplicate tabs" won't close this tab.
* I have no idea what this "pin" do on different option sections ("Priority", "Filter", etc). Maybe have some hover over text that explain what it does
* Make this extension open source - this is of course you personal choice to keep it private. I just think it would be awesome and help improving this great extension even more.개발자 답글
7년 전에 게시됨Your first request is something I know as I also need to duplicate tabs. :)
I'll work on something after the whitelist feature.
About the "Priority", "Filter", etc I've tried to explain this in the description of the add-on.
Filters allows to define how you want to compare the tabs.
Priority allows to define which tabs to not close.
I'll move the code on GitHub, just to have time.
Thanks for the review. - 5점 만점에 5점Claudy Dark 님, 7년 전Wer sehr viele Tabs offen hat, verliert schon gern mal den Überblick und es können Seiten doppelt geöffnet sein.
Mit diesem Addon ist damit Schluss. Danke ;-) - 5점 만점에 5점trallera1234 님, 7년 전Hey mate, nice add-on! I got the hint in the Git for Simple Tab Groups (https://github.com/drive4ik/simple-tab-groups) from an other user while asking there for a feature doing what your add-on is doing! .. and now: tataa, my problem is solved. And what i real like is the quick change of the options in the menue ... this add-on has all i need ... btw. i realy love the design! ;-) ... its a litte "ghostery "-like :-D ..
- 5점 만점에 5점Senthil Ponnusamy 님, 7년 전Nice add-on. Works well. A minor issue. When there are multiple pin tabs with the same URL, this add-on closes the oldest pin tab.. It need to close the latest pin tab. If you could fix this, it would be great.
개발자 답글
7년 전에 게시됨I cannot reproduce the problem.
In my tests, depending on the priority set "Keep newer tab/Keep older tab", the newer or older pinned is kept.
Note: the newer tab is the tab with highest id, if you refresh a tab with a lower id, it will be the newer content but still be the older tab because of its id.
Let me know if I've missed something.
Thanks for the review. - 5점 만점에 5점zeeonmozilla 님, 7년 전Love the extension! If there's any way to enable blocking multiple tabs from the same domain/subdomain (just for specific domains) that would be really really useful to me. Thanks
개발자 답글
7년 전에 게시됨Hi, thanks for the review.
I've planned to add rules for specific URLs, it should fit your needs. - 5점 만점에 5점Firefox 사용자 13819814 님, 7년 전Hey ever since the latest update if you have the addon automatically close the duplicate tab and "On remaining tab" activate, this no longer works. It still closes the new duplicate tab but it no longer switches to the old one.
개발자 답글
7년 전에 게시됨Thanks for the feedback. I'll push a new version with the fix today.
** Edit **
Problem solved with version 3.1.5 - 5점 만점에 5점Firefox 사용자 13798258 님, 7년 전
- 5점 만점에 5점Firefox 사용자 13522988 님, 7년 전Fantastic! I wish I could also remove EMPTY (blank) tabs as well beside that: reliable, perfect!
개발자 답글
7년 전에 게시됨Thanks for the review.
The blank tabs are not recognized by the API probably because it's an intermediate state during the tab loading so you never sure if a blank tab is a blank tab or loading tab.
I'll may add a tweak in future release.