Grasshopper 的评价
Grasshopper 作者: mp
chop 的评价
9 条评价
- 评分 5 / 5来自 Andreas,4 个月前
- 评分 5 / 5来自 wfurney,4 个月前
- 评分 5 / 5来自 Firefox 用户 12309333,1 年前Excellent Add-On. Useful and light on resources with no fuzz. Lots of options with more added constantly. Active development and Dev is very receptive and open to feedback. Which is a plus.
Definitely try it out if looking for vertical styled tab browsing. For me it works best with a sidebar. - 评分 5 / 5来自 Makaso,1 年前
- 评分 5 / 5来自 teasu,2 年前Trying out the extension and it's pretty good. Wondering if it would be possible to add an option to add url of the tab underneath each tab title (right now it is either tab title or url, it would be useful to have both),
because some websites don’t tell you anything on their title,
while some websites don’t tell you much from the url,
especially when I have a bunch of different pages open from the same website, it takes a while to find the tab I am looking for.
Thank you so much for the extension.
Edited: OMG that was so fast. It was impossible to find an actively developing sidebar/vertical tabs extension with this function. Thank you so much!开发者回应
发布于 2 年前Thanks for the feedback. This has been added in the new version. New text modes: "Title / URL" and "URL / Title". - 评分 5 / 5来自 lucasd,2 年前
- 评分 5 / 5来自 Hollytryx,2 年前
- 评分 4 / 5来自 Firefox 用户 15299025,2 年前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!!!
开发者回应
发布于 2 年前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.