Switch Container에 대한 리뷰
Switch Container 제작자: MarsCat
리뷰 44개
- 5점 만점에 5점Alexey Murz Korepov 님, 7년 전Very useful on desktop, but don't switch containers on Android version
개발자 답글
7년 전에 게시됨This was an oversight on my part, since I don't access to the Android version. The add-on will be officially declared as non-compatible with Android in the following version. - 5점 만점에 5점Firefox 사용자 13546912 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13395258 님, 7년 전Great extension, but with a nice grey-based theme installed, the button icon disappears. How about giving us a choice of colours?
개발자 답글
7년 전에 게시됨The API only allows me to pick one icon for the add-on, so I went with something that worked well on the default theme (which most people use) AND dark themes (which I use). I'm waiting for Mozilla to allow add-ons to have icons follow the user theme's color scheme, but I've yet to see this be allowed officially. Otherwise, while API does allow me to give people the option to pick a color for the icon, I find this is not an elegant solution to this problem. - 5점 만점에 5점Firefox 사용자 13407887 님, 7년 전good! this is what i needed all that time.
but if design popup bar in extensions will be more native it will be perfect! - I haven't used containers much, but I would like to, and FF Quantum as-is just doesn't suffice. As a web designer, Reddit moderator, and as a serious power user, sometimes I need to access pages without being logged into my main accounts, or preview CSS/layout changes, and even work on multiple accounts at a time. This plugin makes it far easier to utilize Containers as they should be.
- 5점 만점에 5점Firefox 사용자 12889199 님, 7년 전EDIT: It now works perfectly after installing Deja Vu's FOSS fonts!
개발자 답글
7년 전에 게시됨Install a Unicode compatible font, such as these:
https://en.wikipedia.org/wiki/List_of_typefaces#Unicode_fonts
I recommend the DejaVu family of fonts. - 5점 만점에 5점grahamperrin 님, 7년 전https://www.youtube.com/watch?v=LrxubHeiIfw features use of Switch Container to send a page to a container, then de-contain the page.
Also in the screen recording: experimental Conex 0.0.66 with a preference to disallow movement.
The disallowance in Conex does not disallow use of Switch Container. The two extensions complement each other very nicely … - 5점 만점에 4점Firefox 사용자 12531918 님, 8년 전There is one problem for me - it unpins pinned tabs.
I really have no idea why they didn't add this function. I mean, it's so obvious for any real user of multifox-like extention!개발자 답글
8년 전에 게시됨Fixed in next version 0.7: Pinned tabs remain pinned after changing container. However, due to API limitations, tabs have to be positioned back into their original order.
Why? This has to do with how the add-on actually changes a tab's container, which is, by duplicating the current tab into a different container tab and then removing the original—which is the only way to do this using the API, and pretty much an unintended usage; a hack, if you will.
Since the resulting container tab is pretty much just a new pinned tab, it will always be added to the right of the rest of the pinned tabs, and there's no way to control its position thru the API. Therefore, only the user can reorder pinned tabs.
Additionally: An add-on like Multifox had considerably more access to the browser than a WebExt add-on could ever have, and therefore not all features can be exactly 1:1. In any case, it has never been my intention to replace Multifox, but to allow exactly this one extended functionality to the official Container Tabs add-on/feature by Mozilla. - 5점 만점에 5점OutlawSoaps 님, 8년 전This is just fantastic! Containers are a game-changer for me, but I was frustrated because I always forget to open new tabs in their right containers. Thank you for fixing that!
- 5점 만점에 4점Tulirebane 님, 8년 전Does what it says. I wish it was a pageaction though - since the container indicator is in the address bar anyway, it would make sense to have a switcher right next to it.
개발자 답글
8년 전에 게시됨Thanks for your review! Regarding it being a pageaction: It used to be in the address bar at one point, however there's a reason why it's not a pageaction now. I quote:
"Page actions are for actions that are only relevant to particular pages. If your icon should always be available, use a browser action instead."
So I opted to follow the proper guideline as established by the Firefox developers. - 5점 만점에 5점Firefox 사용자 13256743 님, 8년 전This is perfect except that I can't switch from a container to not a container, which would be nice.
Edit: updated to five-star review now that decontain is here!개발자 답글
8년 전에 게시됨Thanks for your review and your suggestion! Added the "decontain" feature in the next version (0.6) of the add-on, currently being reviewed for release. It should be out soon!