Grasshopper のレビュー
Grasshopper 作成者: mp
合計レビュー数: 1
- 5 段階中 4 の評価Firefox ユーザー 15299025 によるレビュー (3年前)I love this! Could the extension auto-hide my top tabs by default? And/or provide an option for the user to hide/show the tabs. Sure, I can hit F11 but it also hides the URL bar. Thanks again!!!
開発者の返信
投稿日時: 3年前I'm afraid extensions can't do that. What I do is edit userChrome.css to hide the tab bar. #TabsToolbar { visibility: collapse; } Some flag has to be enabled for it to work.