Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
Grasshopper 미리보기

Grasshopper 제작자: mp

Advanced Tab Manager

4.9 (리뷰 12개)4.9 (리뷰 12개)
사용자 50명사용자 50명
Firefox를 다운로드하고 확장 기능을 받으세요
파일 다운로드

확장 메타 데이터

스크린샷
정보
This is meant to complement or even replace the tab bar.

It's a tab manager but also supports History, Bookmarks, and more.

It provides vertical tabs.

It can be used as a popup or on the sidebar.



(Most of the file size is background images for themes)



Why the permissions?
  • Tabs: To be able to query and update tabs.
    For example to make tabs pinned or muted.
    To move, open, close tabs.
  • History: To get the recent history.
    There's a History mode.
    (History is not modified or deleted).
    This is an optional permission.
  • Bookmarks: To get the bookmarks.
    There's a Bookmarks mode.
    (Bookmarks can be added but not deleted).
    I don't want to touch deletion methods at all.
    Since I don't want to be responsible for accidental loss of bookmarks.
    So to remove a bookmark you have to use the native browser interface.
    This is an optional permission.
  • Sessions: To get the recently closed tabs.
    There's a Closed mode.
    (Last 25 closed tabs. These can be forgotten).
    To save custom color and titles on tabs.
  • Clipboard: To paste text from the clipboard when right clicking the filter.
    This is used to fill the filter with the content.
    This is an optional permission.
  • "contextualIdentities" and "cookies" for Container features.



Features:

Shows a list of open tabs.
Tabs update in real time.
Filter tabs by typing.
Pin tabs.
Close tabs.
Show pins or playing tabs.
Filter by title or URL.
Re-open recently closed tabs.
Show tab titles or urls.
Clean (close all tabs except pins).
Go to tabs playing audio.
Go to last visited tabs.
Open new tabs.
Mute/unmute tabs.
Search and filter the history.
Change the color theme.
Customize the interface.
Filter images, videos, audio.
Unload tabs.
Filter by unloaded tabs.
Move tabs to other windows.
Show tab information.
Filter similar tabs.
Filter by duplicates.
Close duplicates.
Move tabs to top or bottom.
Customizable mouse gestures.
Command palette.
Custom filters.
Option to have a single new tab.
Edit color, titles. Add tags.
Regex support in filter.
Add notes to tabs.
Tab separators.
Special header tabs.
Basic Containers support.
Close tabs automatically.
And many more things, I stopped updating this.



Shortcuts:
- Ctrl + Space = Toggle popup
- Ctrl + Shift + Space = Toggle sidebar



Recommended userChrome.css:

1) Go to about:config

2) Enable: toolkit.legacyUserProfileCustomizations.stylesheets

3) Find the profile directory, you can see that path in about:profiles

4) Create chrome/userChrome.css in it

5) Add this to that file and save it:

/* Hides the entire tab bar */
#TabsToolbar{
display: none !important;
}

/* Hides the new Firefox sidebar tools strip and splitter */
#sidebar-main,
#sidebar-launcher-splitter{
display: none !important;
}

/* Hides the large header on the new revamped sidebar */
#sidebar-panel-header{
display: none !important;
}

/* Disables the top bar from appearing on mouse-over in F11 Fullscreen */
#navigator-toolbox[inFullscreen="true"]{
display: none !important;
}

/* Ensures the mouse trigger area itself is disabled in Fullscreen */
#fullscr-toggler{
display: none !important;
}

/* Shrinks the sidebar splitter and makes it transparent but keeps it functional */
#sidebar-splitter{
width: 1px !important;
border: none !important;
background-color: transparent !important;
}

/* Removes the built-in padding at the bottom of the sidebar container */
#sidebar-box{
padding: 0 !important;
}

/* Hides the sidebar footer which can reserve empty space even when empty */
#sidebar-footer{
display: none !important;
}

/* Removes any residual margins from the panel itself */
.sidebar-panel{
margin: 0 !important;
padding: 0 !important;
}


6) Restart Firefox



Chrome?

There's currently no Chrome version. Chrome has no sidebar API, and even then, porting it requires modifying some of the code. And some things don't work the same. So no Chrome version for now.
12명이 4.9점으로 평가함
로그인하여 이 확장 기능의 평점을 남겨주세요
아직 평점이 없습니다

별점 저장됨

5
11
4
1
3
0
2
0
1
0
리뷰 12개 모두 읽기
권한 및 데이터

필수 권한:

  • 최근에 닫힌 탭에 접근
  • 브라우저 탭에 접근

선택적 권한:

  • 북마크 읽기 및 수정
  • 클립보드에서 데이터 가져오기
  • 방문 기록에 접근
더 알아보기
추가 정보
부가 기능 링크
  • 지원 사이트
  • Copy add-on ID
버전
6658
크기
8.26 MB
마지막 업데이트
4일 전 (2026년 5월 14일)
관련 카테고리
  • 탭
라이선스
GNU General Public License v3.0 전용
버전 목록
  • 모든 버전 보기
모음집에 추가
이 부가 기능 신고
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.