webextensions History Browser에 대한 리뷰
webextensions History Browser 제작자: gableroux
Firefox 사용자 14001160 님의 리뷰
5점 만점에 3점
Firefox 사용자 14001160 님, 7년 전Does a few things simply. Need way to filter by date range and other options to be a good history manager
리뷰 23개
- 5점 만점에 5점C R E A T I V E Apps 님, 2년 전Absolutely STUNNING .This is exactly what I have been searching for and needing. For organizing your prescious history & discovering highlight moments ...this tool is the BEST I have ever seen for history management. You saved my life!!! Thank you so very much✔💕
- 5점 만점에 3점Firefox 사용자 12376444 님, 4년 전1. Криво отображает столбцы (столбец url свернут почти полностью, каждый раз при открытии расширения);
2. Не запоминает выбранные параметры отображения (порядок столбцов, ширину столбцов, количество строк на странице);
3. Неудобно отображает дату в формате "2021-06-10T06:21:24+03:00" - каша из цифр и букв.
En:
1. Displays the columns crookedly (the url column is collapsed almost completely, every time you open the extension);
2. Does not remember the selected display parameters (column order, column width, number of lines per page);
3. Inconveniently displays the date in the format "2021-06-10T06:21:24+03:00" - a mess of numbers and letters. - 5점 만점에 5점Georg Semjen 님, 5년 전
- 5점 만점에 5점Firefox 사용자 16177323 님, 5년 전
- 5점 만점에 3점MisfortuneCookie 님, 5년 전Although an improvement in basic usability over the default, webextension History Browser appears unable to parse more than 5,000 history entries. In my case, that represents less than one month being liste and searchable.
- 5점 만점에 5점Firefox 사용자 14611079 님, 5년 전can you make another "open in new tab" browser for bookmark too.
- 5점 만점에 5점PARTHASARATHY 님, 5년 전
- 5점 만점에 4점Firefox 사용자 12760379 님, 6년 전First impression is good. I miss the favicons of the pages for better overview.
- 5점 만점에 5점Firefox 사용자 15226491 님, 6년 전It's better I expected to be!
Good for opening history links in the new tab, without re-arranging the list order during this action.
Should be developed in the future. More setting possibilities would be great etc...
But for beginning it's a good add-on anyway, thanks! - 5점 만점에 5점antidarwin 님, 7년 전I don't usually review extensions. However, this is more than I expected.
- 5점 만점에 4점Firefox 사용자 12663304 님, 7년 전It's usable and gives good overview of history. You should work on the presentation though. The addon uses U.S. date format, please honor the locale. When some very long string without whitespace turns up, the table cell grows respectively, while also shrinking other columns to a tiny size. Please make sure that the table doesn't grow outside the screen and that minimum column size is guaranteed.
개발자 답글
6년 전에 게시됨I just released 1.0.2 which fixes the date format to use ISO 8601 instead which is built to sort lexicographically.
Concerning the table issue, I tried my best to get the css working for the size, but I'm not sure what would be the best fix for this.
Contributions are welcome if someone would try to fix this:
https://github.com/GabLeRoux/webextensions-history-browser - 5점 만점에 4점Firefox 사용자 13938307 님, 7년 전Neat and useful, a huge improvement over the default history panel! Just a few features I think would make this a 5 star addon:
1. Show chronology of individual visits. E.g. If I've seen a particular video two days ago, but also today, there should be an option to see both on the history list.
2. Infinite scroll, or at least show more than 100 items per page.
3. Option to show a sidebar instead of a new tab.개발자 답글
6년 전에 게시됨1. Show chronology of individual visits.
I wish I could do this. The api only provides "HistoryItem"s:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/HistoryItem
I'm not sure it's possible to have this information from the extension api, but I will investigate this a little more as there seem to be "VisitItem" which may be related:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/VisitItem
2. Infinite scroll, or at least show more than 100 items per page.
Good idea. I'm using DataTables and they implemented this a while ago according to this post:
https://datatables.net/blog/2011-06-11
I will try to add an options page so we can tweak this a little more.
3. Option to show a sidebar instead of a new tab.
I suppose this can be done by following this:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Sidebars
But I'm not sure how it could fit into a sidebar tho
--
Thanks for your suggestions and glad to see it helped. btw, sorry for the 1 year later reply. Looks like I didn't have any notification from Firefox. I just came here to release a new version to fix the date time column fomat ;) 개발자 답글
6년 전에 게시됨Once installed, there should be an icon added to your plugins list beside browser's navigation bar. If it's not present, you can find it in the customization panel. You should see the blue extension icon- 5점 만점에 5점Firefox 사용자 13915929 님, 7년 전Great add-on, at last a update to Norwell History Tools - which was very annoyingly disabled in the Firefox update.
Only problem, the search is limited to the last 5000 items, though there is a branch in sourceforge to remove/change this limit - this is urgently needed to be added to the main release.