Análises para Open bookmark in Container Tab
Open bookmark in Container Tab por Rob W
51 análises
- Avaliado em 5 de 5por Utilizador do Firefox 17730474 , há 2 anos
- Avaliado em 5 de 5por Utilizador do Firefox 16840618 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 16827325 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 5670363 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 15040899 , há 4 anosExcellent, does what it says: right-click a bookmark to open it in a container.
Feature request: always open a bookmark in a container linked to that bookmark. Instead of having one bookmark "SomeDrive" that I can open in container "SomeDrive Account1" or "SomeDrive Account2", it would save two clicks every time when I would have just two bookmarks "SomeDrive Account1" and "SomeDrive Account2".Resposta do programador
publicado a há 4 anosThat's not possible yet, but follow https://github.com/Rob--W/bookmark-container-tab/issues/2 if you're interested! - Avaliado em 5 de 5por theorangeangle , há 5 anos
- Avaliado em 5 de 5por Cyberknight , há 5 anosOnce one starts using containers, it gets addictive! And after getting addicted, one wants to be able to open everything in a specific container. Firefox doesn't have a built-in method to open bookmarks in containers (damn, they have even removed the container manager lately, instead of expanding container integration!), but this simple extension solves that, by adding a context menu option to open the bookmarks in specific containers. It's more than perfect, it's essential!
- Avaliado em 5 de 5por Utilizador do Firefox 16129124 , há 5 anosThis is so perfect that it needs to be a default Firefox feature.
Possible to please add something like "Force specific bookmark to specific container"? Just to save a few clicks...Resposta do programador
publicado a há 5 anosTo support default bookmark locations in a reasonable way, Firefox needs to support the feature, see https://github.com/Rob--W/bookmark-container-tab/issues/2
There are other add-ons that try to offer the functionality by encoding the desired destination in a bookmark, but it's just a work-around (at best, the result is that the bookmark load is canceled and a new tab opened with the bookmarked page). - I love it, for a while now I have been using Firefox containers and they're especially handy. It's a shame that this functionality isn't included in the official Multi-Account containers extension or Firefox itself but this extension fixes it perfectly. My one request would be to have the container options in the right-click list at the top of the list with "Open in New tab" and "Open in New Window" but that might need to be implemented on Mozilla's end.
EDIT: I saw Rob's response to an earlier review and it seems like Mozilla is starting to implement this feature directly into their Multi-Account Containers extension BUT it's not as feature complete as this extensionResposta do programador
publicado a há 5 anosExtensions cannot change the position of the menu item.
But as a power user of Firefox, you have more options available. Follow the following instructions to move the menu item using the userChrome.css file:
https://github.com/Rob--W/bookmark-container-tab/issues/4#issuecomment-442162805 - Avaliado em 5 de 5por PorfosorBaltazar , há 5 anos
Resposta do programador
publicado a há 5 anosA basic version of this feature is part of Multi-Account Containers since version 6.1.2. My extension is more complete (colored icons, edge cases such as folders and private browsing mode), but if you don't need those, then you can enable the feature in Multi-Account Containers as follows:
1. Right-click on the extension button of Multi-Account Containers.
2. Choose "Manage Extension".
3. Click on "Preferences"
4. Click on "Enable Bookmark Menus".
5. Confirm the permission request for access to your bookmarks.
If you are interested on the (technical) background of this feature in MAC, see https://github.com/mozilla/multi-account-containers/pull/1537