在擴充更新前 暫時用Firefox內建的側邊欄
功能比較少 不過以後應該會慢慢增加
例如在側邊欄加入筆記本的功能
https://testpilot.firefox.com/experiments/notes
要自動隱藏側邊欄的話
在profile資料夾下建立chrome資料夾新增userChrome.css
貼上下面的樣式
https://goo.gl/T4Mwyu
稍微修改
#sidebar-header {
display: none !important;
}
改為
#sidebar-header {
display: inherit !important;
}
不過缺點是只能自動隱藏 不能釘選
或者是自動隱藏書籤工具列
https://goo.gl/gAHTzh