
Auto Toggle Vertical Tab 作者: Reguna
Automatically toggle vertical tab based on the width of currently focused window.
5 位使用者5 位使用者
擴充套件後設資料
畫面擷圖

關於此擴充套件
Check the width of currently focused Firefox window every 0.1 second:
The user defined threshold is 1080 (in pixels) by default.
You may also choose to reverse this behavior, so that vertical tab is enabled when the window width is ABOVE the threshold (and vice versa).
You can edit these settings in the extension menu.
This extension is open source (GPLv3) and does not collect any data nor send any data to any server.
https://github.com/regunakyle/firefox-auto-vertical-tab
(You can also see why I use interval instead of window.onresize event listener in the Github README)
The app icon (created by Smashicons) is downloaded from flaticon.com for free.
- If width <= user defined threshold, enable vertical tab
- If width > user defined threshold, disable vertical tab
The user defined threshold is 1080 (in pixels) by default.
You may also choose to reverse this behavior, so that vertical tab is enabled when the window width is ABOVE the threshold (and vice versa).
You can edit these settings in the extension menu.
This extension is open source (GPLv3) and does not collect any data nor send any data to any server.
https://github.com/regunakyle/firefox-auto-vertical-tab
(You can also see why I use interval instead of window.onresize event listener in the Github README)
The app icon (created by Smashicons) is downloaded from flaticon.com for free.
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 讀取或修改瀏覽器設定
更多資訊