Tranquility Reader 的评价
Tranquility Reader 作者: arunk
277 条评价
- 评分 3 / 5来自 Milo,4 年前It isn't necessarily bad - it's just that Firefox's native reader feature is much better. Compared to that, Tranquility Reader is slower to both start and go back to the website. Plus, Firefox has some added features like estimated time of read and add to pocket directly from the reader.
- 评分 5 / 5来自 Firefox 用户 16093689,4 年前
- 评分 5 / 5来自 Shireen,4 年前I really wish I had found this addon sooner - I am so fed up of webpages being littered with ads, articles and notifications when I'm trying to read an article. This makes reading so much easier!
- 评分 5 / 5来自 古月元,4 年前
- 评分 5 / 5来自 Firefox 用户 14999621,4 年前
- 评分 5 / 5来自 Foxlife10241,4 年前
- 评分 3 / 5来自 Firefox 用户 16184422,4 年前
- 评分 5 / 5来自 Firefox 用户 12158809,4 年前
- 评分 5 / 5来自 Josef,4 年前
- 评分 5 / 5来自 randydial,4 年前
- 评分 5 / 5来自 Firefox 用户 16548842,4 年前
- 评分 5 / 5来自 Magdalena71x,4 年前
- 评分 5 / 5来自 Firefox 用户 15270512,4 年前
- 评分 5 / 5来自 Firefox 用户 16469568,4 年前Excellent. I appreciate your privacy policy! Finally - someone who actually respects privacy!
- 评分 5 / 5来自 Firefox 用户 15949234,4 年前
- 评分 5 / 5来自 رجل اعمال,4 年前
- 评分 5 / 5来自 Firefox 用户 13574424,4 年前
- 评分 5 / 5来自 Firefox 用户 16326330,4 年前
- 评分 5 / 5来自 TheConservativeCrocodile,4 年前Good reader. Unlike Firefox's own reader, it displays links correctly and it switches to reading mode faster.
edit: This add-on is very well maintained. I had a minor difficulty going back and forth. This was quickly resolved by a few tips from the developer below this review.开发者回应
发布于 4 年前Thank you for the review.
You can toggle between the reader view and the original webpage by either:
* Clicking on the browser action icon again and it should reload the original page, or
* Clicking on the "Original Link" control (link/chain icon) that appears on the top right of the reader view of the extension. Sometimes, this control is auto-hidden; just clicking anywhere on the page will reveal additional controls for about 10 seconds (before being hidden again).
If you have problems with this functionality, please update your comment with a specific page where you don't see this working correctly. - 评分 5 / 5来自 shubhankar,4 年前
- 评分 3 / 5来自 Vince Aggrippino,4 年前Looks nice, but some links are no longer links in "Tranquility" view.
开发者回应
发布于 4 年前Not all links are preserved in the Tranquility view. However, if a link that is part of the "main body of text" is no longer visible, then please provide an example and I can take a look to see if this is a bug or a limitation/feature.
Some of the links (related to the article, but not part of the main article) may be preserved under the "More Links" menu. To access this, click on the (+) control at the bottom right corner of the screen and then on the "More Links" button. That should give you any related links that are captured. Note that this list will not include any links that are already part of the main article (as hyperlinked text). - 评分 5 / 5来自 Toaster Ovens,4 年前
- 评分 5 / 5来自 TYTY,4 年前My request was correctly improved in version 3.0.22. I think this is a really great add-on.
Therefore, I changed the review rating to 5 stars.
-------------------------
When clicking a navigation link that transitions between pages, it is better to move to the top of the opened page.
That's because normal browsing (= Tranquility off) does that.
-------------------------
When viewing a multi-page website, the previous version showed links to other pages, but the current version (3.0.21) no longer shows them. It is very inconvenient when moving to the next page.
[ Example ]
https://xtech.nikkei.com/atcl/nxt/column/18/01414/090800005/
I'm sorry I can only show an example of a Japanese site.
There are 3 pages of articles on this website. Just below the article, there is a link with the page number to go to another page.
But when I turn on Tranquility, I don't see these links.开发者回应
发布于 4 年前Update on 2020-09-24:
Links to related pages are restored in version 3.0.22 (released today).
The extension does try to scroll to the top of the opened page (even as of version 3.0.21); but the code did not seem to work for some cases; a change has been made to try and address this problem. If this problem persists, please provide a specific page with instructions on reproducing the problem.
-----------------------------
Update based on the example link provided:
Thanks for the example page. I identified that the regression happened between 3.0.18 (where this functionality worked for your page) and in 3.0.19 where it stopped working. I have added your example page to my regression tests suite.
The change that caused this regression does not have to do with the code that keeps track of such navigation related links; rather these links are enclosed within a certain type of tag that I started removing in 3.0.19 because for most pages, it was typically used as a way of navigating around the website as well as for social networking related links and had nothing to do with the main page content.
The fix for this regression will be available in the next release. It may take a couple of weeks for the next release so that I can combine this fix (moving just a couple of lines of code) with other fixes -- otherwise I will be burdening the reviewers with too many releases. Thanks for your patience.
-------------------------
Thanks for the review/feedback. 3.0.21 should not have any code that explicitly tries to remove the navigation links. Please update your comment with an example page or open a ticket on the github support page (https://github.com/ushnisha/tranquility-reader-webextensions/issues) and I can take a look.
The extension tries to save navigation links that match one of the following 18 patterns (comma separated pattern list):
NEXT,NEXT>,PREV,<PREV,PREVIOUS,<PREVIOUS,
NEXTPAGE,NEXTPAGE>,PREVIOUSPAGE,<PREVIOUSPAGE,
FIRST,<<FIRST,LAST,LAST>>,<,<<,>,>>
If the page has clickable navigation links that exactly match one of the above, the extension should be able to extract such links and preserve them in a clearly demarcated navigation section (with border); there is no guarantee that navigation links with other patterns will be retained by the extension -- although such links may have been retained in the past.