Tab Master 5000 作者: jaszhix
Tab Master 5K replaces your New Tab page with a full-featured tabs, history, bookmarks, and sessions manager.
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
关于此扩展
-- 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.
开发者留言
为您的体验打分
权限详细了解
此附加组件需要:
- 下载文件和读取与修改浏览器的下载历史
- 监控扩展使用情况和管理主题
- 存取浏览器标签页
- 无限量存储客户端数据
此附加组件可能也会要求:
- 读取和修改书签
- 存取浏览历史
- 存取您在所有网站的数据
更多信息
添加到收藏集
2.9.7 的发布说明
* Various bug fixes and tweaks for the table view:
- Fixed tab data and headers not rendering correctly when switching from the Sessions view mode.
- Clicking outside of the table view now resets row selections.
- Fixed holding shift and clicking a row not selecting a range of rows, and activating a tab instead.
- Fixed the context menu not reflecting a non-selected result when selections are activated.
* Removed some unnecessary CSS transitions for table row and context menu item hover styles.
* Cleaned up unused styles in the CSS.
* Upgraded dependencies.
* Removed usage of broad host permissions in the manifest file, left over from when TM5K used content scripts.
- Fixed tab data and headers not rendering correctly when switching from the Sessions view mode.
- Clicking outside of the table view now resets row selections.
- Fixed holding shift and clicking a row not selecting a range of rows, and activating a tab instead.
- Fixed the context menu not reflecting a non-selected result when selections are activated.
* Removed some unnecessary CSS transitions for table row and context menu item hover styles.
* Cleaned up unused styles in the CSS.
* Upgraded dependencies.
* Removed usage of broad host permissions in the manifest file, left over from when TM5K used content scripts.
jaszhix 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
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