
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
7 位使用者7 位使用者
必須使用 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;
}
由 1 位評論者給出 3 分
權限與資料了解更多
必要權限:
- 取得剪貼簿中的資料
- 取得最近關閉的分頁
- 存取瀏覽器分頁
- 存取您在 archive.is 的資料
更多資訊
zncoder 製作的更多擴充套件
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分