Tree Style Tab - ツリー型タブ のレビュー
Tree Style Tab - ツリー型タブ 作成者: Piro (piro_or)
合計レビュー数: 2,256
- 5 段階中 4 の評価Firefox ユーザー 12559490 によるレビュー (9年前)Latest update today with the desire for new permissions has caused the addon to fail. Before this I am grateful it was ported over to the new design. This is the main reason I use FF. Please help fix this issue.
Update, just clicked to add again to Firefox and it fixed it. Odd but ieast it is working again. - 5 段階中 4 の評価Firefox ユーザー 13451606 によるレビュー (9年前)Please justify in the description why the permission to access data from websites is required. It could deter people from using your fantastic extension, which would be a shame.
For those interested, justification for website data access permission is given here : https://github.com/piroor/treestyletab/issues/1536#issuecomment-344541809 - 5 段階中 1 の評価Firefox ユーザー 13450984 によるレビュー (9年前)Requires access to ALL data from websites, read and modify bookmarks, and use notifications... I cannot remotely see why those permissions could be possibly needed...
- 5 段階中 4 の評価DanteHaiwindo によるレビュー (9年前)my only issue (after finding the work abouts for the top bar to go away...is making the tabs "thinner". the one bit of code that was here scrunched it all up and i couldn't make hide nor hair out of my tabs. I suppose screwing around with css and figuring it out is going to be something i'm going to have to do...if only to figure out which tag needs changed to get them thinner without everything running together.
- 5 段階中 5 の評価Firefox ユーザー 13448536 によるレビュー (9年前)
- 5 段階中 4 の評価Firefox ユーザー 13448336 によるレビュー (9年前)Works in FF57, however have an issue with dragging things (like a text link or an image) to become a new tab on the side, I get jumped to the new tab instead of it loading in the background.
- 5 段階中 5 の評価Yassine ElBadaoui によるレビュー (9年前)
- 5 段階中 5 の評価93d023f02b664b0f88f7 によるレビュー (9年前)Practically essential if you open many tabs. Hierarchical indentation is what makes this superior to all other solutions.
The transition to Web Extensions is excellent considering the situation. There is a current bug on Firefox's end that keeps the horizontal tabs around. You can address this by creating a file in your Firefox profile, \chrome\userChrome.css and add the following rules:
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
If you want to get rid of the sidebar header, add this to the file:
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
You will have to restart Firefox to enact the changes. - 5 段階中 5 の評価Firefox ユーザー 13445755 によるレビュー (9年前)I loved having the autohide tabs on the side and no tabs at the top. It was just easier for me when I was search for something, say Thumb drives, and I could easily locate the store page from all the listings I was looking at. The autohide tree tabs on the side gave me more screen space both vertically and horizontally and I miss it sorely. I hope to see this updated soon for ff57!
- 5 段階中 5 の評価Rhys Powell によるレビュー (9年前)
- 5 段階中 5 の評価Mikhail Khvoinitsky によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13444542 によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13443389 によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13443118 によるレビュー (9年前)
- 5 段階中 5 の評価mindfuldev によるレビュー (9年前)My favorite extension. Works great with Firefox 57+. It has many options and also allows customization via CSS (I use it to increase font). It doesn't hide top tab bar because of API limitation but for me it is feature not bug :) because I sometimes use also top bar for example when I need more horizontal space.