Відгуки для Bookmark search plus 2
Bookmark search plus 2 автор aaFn
30 відгуків
- Оцінка 4 з 5від Користувач Firefox 14093961, 8 років томуI have a lot of bookmarks divided into many sub-folders, this extension is essential for orientation in this jungle.
Thank you very very very very much!!!!
the only negative side is that when you view properties of a single bookmark, you can only see the "name" and the "address".
To be perfect it should also show the other properties of each bookmark as you would see by clicking with the right mouse button on "properties" of the single bookmark in Firefox without additional components.
In any case, I can only thank you again for this extension.
Really thank you.
MatteoВідповідь розробника
оприлюднено 8 років томуHello Matteo, unfortunately, as said on the add-on main / description page, there is no management / display of bookmark tags, keywords, description field possible as Firefox does not expose those fields through its Web Extension API's.
This is a long open bug to FF (3 years) -> https://bugzilla.mozilla.org/show_bug.cgi?id=1225916
Until they are made is available by FF, it won't be possible to manage them in BSP2. - Оцінка 4 з 5від Chris, 8 років томуGreat add-on - unfortunately it removes the entry "Sort By Name" from the folder pop-up (right click on a folder)
Відповідь розробника
оприлюднено 8 років томуHello, I can add it if this is really used.
Mind that because of FF new WebExtension API limitations, I had to recreate a user interface ... so I am incrementally enriching it as per user demand.
If you want the function, would you mind creating the demand here so that we track it ?
https://github.com/aaFn/Bookmark-search-plus-2/issues - Оцінка 4 з 5від Vivian De Smedt, 8 років томуBookmark Search Plus works very well. It let you locate very easily your bookmark even on very large sets.
- Оцінка 4 з 5від sergio, 8 років тому
- Оцінка 4 з 5від Користувач Firefox 13859248, 8 років томуThank you for resurrecting "Bookmark search plus" !!
1.) In the Firefox Control-B, if you right-click and select Properties there are Keywords and Description fields. These are missing from your Control-Q right-click, Properties dialog. :-( :-(
2.) Please add search for Tags, Keywords and Description fields
3.) When you right-click on a bookmark, the context menu pops up. If you click Esc, it exits and closes the context menu - good. However, if when the context menu is showing, if you click elsewhere off of the context menu (like on an open browser page) then Esc no longer works to get you out of the context menu.click something in the menu. Suggestion: when you click elsewhere, close the context menu.Відповідь розробника
оприлюднено 8 років томуHello, thank you for the comments.
Indeed, this is facing 2 limitation from Firefox WebExtensions API =
1) & 2) Tags, Keywords and Description are not made available to add-ons.
See Bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1225916
and dev documentation https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode
No such field ... => no way to get that today :-( (note: the bug is only 2 years old, there is hope ..)
3) Events occurring out of the frame (sidebar) where the add-on is running are not dispatched to the add-on by FF.
So when you click outside the sidebar, like on an open browser page, the add-on is not informed and does not get any event. Same for keys .. => nothing can happen as the add-on simply doesn't know.
However, when you click anywhere else inside the sidebar, the context menu gets closed.