Recensioni per Open bookmark in Container Tab
Open bookmark in Container Tab di Rob W
51 recensioni
- Valutata 5 su 5di igorlogius, 5 mesi fa
- Valutata 5 su 5di akasico1, un anno fa
- Valutata 5 su 5di Utente Firefox 17730474, 2 anni fa
- Valutata 5 su 5di Utente Firefox 16840618, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16827325, 4 anni fa
- Valutata 5 su 5di Utente Firefox 5670363, 4 anni fa
- Valutata 5 su 5di Utente Firefox 15040899, 4 anni faExcellent, 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".Replica dello sviluppatore
pubblicato il 4 anni faThat's not possible yet, but follow https://github.com/Rob--W/bookmark-container-tab/issues/2 if you're interested! - Valutata 5 su 5di theorangeangle, 5 anni fa
- Valutata 5 su 5di Cyberknight, 5 anni faOnce 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!
- Valutata 5 su 5di Utente Firefox 16129124, 5 anni faThis 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...Replica dello sviluppatore
pubblicato il 5 anni faTo 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 extensionReplica dello sviluppatore
pubblicato il 5 anni faExtensions 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 - Valutata 5 su 5di PorfosorBaltazar, 5 anni fa
Replica dello sviluppatore
pubblicato il 5 anni faA 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