在扩充更新前 暂时用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