Duplicate Tab Detector에 대한 리뷰
Duplicate Tab Detector 제작자: lpelov
리뷰 3개
- My only objection is that tabs with the same title are considered duplicates (which is completely illogical) and this behavior cannot be disabled. Moreover, when I tried modifying the source code and installing the extension locally from file, it stopped detecting duplicates altogether even though the modification was straightforward and I'm pretty sure it should have just worked (I simply commented out the `else if (existingTitle === tab.title) {...}` block).
- 5점 만점에 5점Firefox 사용자 13297935 님, 9달 전This is my first extension review, but I want to express that this is the first tab de-duplicator extension I've encountered that performs this straightforward task in a streamlined and intelligent manner. Thanks!