
tabsidebar 作者: zncoder
Show tabs vertically in sidebar. Features, - super lightweight - looks clean - common tab operations, such as new, close, restore, pin, detach are included. - tabs are grouped by hostname - pinned tabs are at the top
6 个用户6 个用户
您需要 Firefox 来使用此扩展
扩展元数据
关于此扩展
This simple addon list tabs vertically in the sidebar. It also includes a few common tab operations in the sidebar.
Add this to
#main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window #TabsToolbar {
visibility: collapse !important;
}
#TabsToolbar[inFullscreen]{
display: none !important;
}
#sidebar-box #sidebar-header {
display: none !important;
}
#sidebar-box{
min-width: 54px !important;
max-width: 300px !important;
}
Add this to
userChrome.css
to remove the tab bar etc.#main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window #TabsToolbar {
visibility: collapse !important;
}
#TabsToolbar[inFullscreen]{
display: none !important;
}
#sidebar-box #sidebar-header {
display: none !important;
}
#sidebar-box{
min-width: 54px !important;
max-width: 300px !important;
}
评分 3(1 位用户)
权限与数据详细了解
必要权限:
- 获取剪贴板数据
- 获取最近关闭的标签页
- 获取浏览器标签页
- 访问您在 archive.is 的数据
更多信息
zncoder 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分