Tab Master 5000 제작자: jaszhix
Tab Master 5K replaces your New Tab page with a full-featured tabs, history, bookmarks, and sessions manager.
사용자 46명사용자 46명
확장 메타 데이터
스크린샷
정보
-- Tabs
- Close, pin, and mute tabs from your New Tab page.
- Re-order tab tiles by dragging and dropping them.
- Close all tabs from a specific website.
- Close duplicate tabs, and optionally make them pulsate.
- Manage tabs through icons, the right click menu, or through a table view.
- Search tabs in the top search bar.
- Option to sort tabs by website or alphabetical order, and apply the order to your Chrome window.
- Option to view tabs across all windows.
-- Customization
- Full control of the New Tab's appearance with a flexible theme editor.
- Import any wallpaper as a background.
- Adjust the size of the grid tiles.
- View a screenshot of each tab in the grid.
- Enable screenshots to cover the background of a New Tab page when you hover over a tab tile. You can adjust the strength of the blur and opacity of backgrounds in Preferences.
-- Session Management
- Session manager built in for saving and restoring your current tab sessions.
- Synchronize your saved sessions, and keep them persistently updated with the current Firefox window.
- Tab sessions can be exported and imported.
- View, sort, and filter your session tabs as tiles in the grid view.
- Close, pin, and mute tabs from your New Tab page.
- Re-order tab tiles by dragging and dropping them.
- Close all tabs from a specific website.
- Close duplicate tabs, and optionally make them pulsate.
- Manage tabs through icons, the right click menu, or through a table view.
- Search tabs in the top search bar.
- Option to sort tabs by website or alphabetical order, and apply the order to your Chrome window.
- Option to view tabs across all windows.
-- Customization
- Full control of the New Tab's appearance with a flexible theme editor.
- Import any wallpaper as a background.
- Adjust the size of the grid tiles.
- View a screenshot of each tab in the grid.
- Enable screenshots to cover the background of a New Tab page when you hover over a tab tile. You can adjust the strength of the blur and opacity of backgrounds in Preferences.
-- Session Management
- Session manager built in for saving and restoring your current tab sessions.
- Synchronize your saved sessions, and keep them persistently updated with the current Firefox window.
- Tab sessions can be exported and imported.
- View, sort, and filter your session tabs as tiles in the grid view.
17명이 4.1점으로 평가함
권한 및 데이터
필수 권한:
- 파일을 다운로드하고 브라우저의 다운로드 기록을 읽고 수정
- 확장 기능 사용 확인과 테마 관리
- 브라우저 탭에 접근
선택적 권한:
- 북마크 읽기 및 수정
- 방문 기록에 접근
- 모든 웹사이트에서 사용자의 데이터에 접근
추가 정보
- 부가 기능 링크
- 버전
- 2.9.7
- 크기
- 3.7 MB
- 마지막 업데이트
- 6년 전 (2019년 11월 27일)
- 라이선스
- MIT 라이선스
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
Clone the repository: https://github.com/jaszhix/tab-master-5000-extension
To run the development environment:
npm install
npm run dev-firefox
To run the production environment:
npm run build-firefox
To build with unminified sources and with project files copied:
npm run build-sources