Revisiones de Bookmark Tab Here
Bookmark Tab Here por Tawn
107 revisiones
- Se valoró con 5 de 5por Strømfeldt, el hace 3 meses
- Se valoró con 4 de 5por islisis, el hace 3 mesesEssential addon, never noticed the bookmark in new folder was available via a keyboard modifier! It might be nice if it was more explicit via a separate "Bookmark tab(s) in new folder" item.
- Se valoró con 5 de 5por Miguel Garza, el hace 5 mesesI just figured out I can bookmark all tabs to a folder (not just one tab). If "Show Editor Window when clicking Bookmark Tab Here" is set to "on Ctrl-click" (which is the default option) and "Shift-Click Bookmarks All Tabs in Current Window" is on, then you can save all tabs in the window to a new folder by pressing Ctrl+Shift while you click on "Bookmark Tab Here."
I think this should be documented in the Options or extension description! Or both. - Se valoró con 5 de 5por lefty, el hace 5 meses
- Se valoró con 5 de 5por 1234567, el hace 7 meses
- Se valoró con 5 de 5por jbu, el hace 7 mesesExcellent! I love this add-on. Thank you for adding the option to specify the size of the editor window, that's something I've been wishing for.
- Se valoró con 5 de 5por Usuario de Firefox 13866866, el hace 7 mesesPerfect, very good. Simple operation and just what I meed!
- Se valoró con 5 de 5por k_schwartz, el hace 8 meses
- Se valoró con 5 de 5por Heiko Frerichs, el hace 8 mesesEndlich kann ich wieder ein neues Lesezeichen bequem und übersichtlich, so wie früher, zu den vorhandenen Lesezeichen hinzufügen. Danke!
- Se valoró con 5 de 5por Hollytryx, el hace 10 meses
- Se valoró con 5 de 5por Usuario de Firefox 18451997, el hace un añofinally ... i found add bookmark here ...
- Se valoró con 5 de 5por kibababa, el hace un añoThis is great alternative to a default clunky way of saving bookmarks in folders.
- Se valoró con 5 de 5por Usuario de Firefox 16129143, el hace un año
- Se valoró con 5 de 5por Jamstack, el hace 2 años
- Se valoró con 5 de 5por Usuario de Firefox 12164622, el hace 2 años
- Se valoró con 5 de 5por timur g, el hace 2 añosGreat addon - 5 stars for long use.
But it is NOK in new Firefox at least 118 - when adding bookmark there is no popup to edit bookmark title.
I see the instruction from the previous reviewer, but can that be resolved in addon itself?Respuesta del desarrollador
publicado el hace 2 añosWorking fine here on Firefox Nightly (currently at v. 120). Perhaps double-check BTH's options to make sure "Show editor window..." is properly set.
If that doesn't fix, please post (or contact me via the AMO page listed support email or support site) actual detailed steps to reproduce the problem and I would be glad to assist in troubleshooting.
If you're referring to changing the order of contextmenu options via css, no, that cannot be done in the extension itself. I do plan to test that userChrome.css code, and if confirmed working, to note this under Developer Comments on the add-on homepage. - Se valoró con 4 de 5por Jason, el hace 2 añosOption "Bookmark Tab Here" can be placed at the top of the context menu via setting userChrome.css
.menuitem-iconic {
order: 0 !important;
}
and order of other opthions. - Se valoró con 5 de 5por McBob, el hace 2 añosI've depended on this addon for a very long time, but FireFox 114.0.1 broke it.
The "Add Bookmark Here" selection no longer appears in the Bookmarks menu dropdown.Respuesta del desarrollador
publicado el hace 2 añosThe text of the selection added by BTH is "Bookmark Tab(s) Here" not "Add Bookmark Here". It is still working properly here on Nightly (currently at v. 116). Make sure you don't have the incompatible (with BTH) "Default Bookmark Folder" add-on installed and that you are indeed using the current version of "Bookmark Tab Here". If you are still having the issue, please post (or contact me via the AMO page listed support email or support site) actual detailed steps to reproduce the problem and I would be glad to assist in troubleshooting. - Se valoró con 5 de 5por vlad a, el hace 2 añosStill working after all those years :-) Thank you for BTH, Tawn. A bug though: did no one notice the limit of 30 characters to the name of a bookmark folder? ctrl-BTH to pop a window; in its top line the new folder can be given a name (& thus created :-). It only allows 30 chars. Can this be changed to allow pasting/writing longer names? Thank you! ADDITION AFTER YOUR REPLY: oddly, when I edit the folder name later, there seems to be no limit in character length, which suits me well. Thank you! :-)
ADDITION 1 year later
The limit is still present. On “Bookmark Tab(s) Here”, when saving a bookmark into a new folder (ctrl-right click), the folder name is limited to 30 characters, whereas “New folder…” does not have this limit. For now, the workaround is to use the “Properties” submenu to change to a longer name. You said it'd be easy to discard that limit. Could you please?Respuesta del desarrollador
publicado el hace 2 añosDespite it's many limitations, a major advantage of the current Firefox extension API is that extensions are far less likely to be broken by Firefox code changes.
You are the first to report an issue with the 30 character limit, thus it is likely sufficient in most cases, but there is no reason it cannot be increased. I'll make that change in the next version. Appreciate the review and bug report. - Se valoró con 5 de 5por hyk, el hace 2 años
- Se valoró con 5 de 5por Hans Hansen, el hace 3 añosMuch easier to use than dragging the icon on the left of the URL bar (no idea what it's called) into the correct bookmarks folder.
- Se valoró con 5 de 5por ergonomic-cat, el hace 3 añosThe context menu item is missing in the current folder view in the Library: right click at the empty space -- it should be there but alas.
Edit: to reproduce open the Library, create a new folder inside the Bookmarks Menu, right click at the empty space in the folder view.Respuesta del desarrollador
publicado el hace 3 añosYou need to right-click a folder or individual bookmarked item, not on empty space. This applies regardless of whether you are accessing it within the Library or in main Firefox UI. If the desired folder is empty, you'd need to open that folder's context menu. There is no way for the extension to change this behavior.
Also, due the the way the Firefox extension API is implemented, if in a top-level folder (such as 'Bookmarks Menu' or 'Bookmarks Toolbar') you need to right-click an existing item inside that folder rather than right-clicking the top-level folder itself. (Meaning if the top-level folder is empty, you need to add a bookmark via some other method first.) - Se valoró con 5 de 5por Ri.Si, el hace 3 añosGreat Add-on! Should actually be a basic feature of Firefox.
Just as a suggestion:
Maybe the Ctrl-click dialog box can be replaced with the FF built-in dialog box (which also appears when you press Ctrl-D)? This would give the possibility to check and possibly correct the position of the bookmark in the bookmark-tree (by using the dropdown for the location).Respuesta del desarrollador
publicado el hace 3 añosThanks. Unfortunately that is not possible to do from the current extension API. See
https://bugzilla.mozilla.org/show_bug.cgi?id=1411756
which is the reason the Ctrl-click dialog box was implemented the way it was.