Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Tranquility Reader 版本历史 - 24 个版本

Tranquility Reader 作者: arunk

评分 4.6 / 5
4.6 / 5 星
5
218
4
40
3
12
2
8
1
6
Tranquility Reader 版本历史 - 24 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 3.0.26

    发布于 2024年6月9日 - 93.27 KB
    适用于 firefox 79.0 及更高版本
    ## Version 3.0.26:

    * Restored extension to Manifest v2 due to regression issues

    * Typo in variable name fixed (bug found during testing)

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 3.0.25

    发布于 2024年5月26日 - 93.35 KB
    适用于 firefox 109.0 及更高版本
    Updated extension to Manifest v3.

    * Added context menu on action icon; right click will give access to
    preferences page

    * Context menu creation code moved under the runtime.onInstalled handler
    for Manifest v3.

    * Modified annotation colors for some presets to improve contrast/readability.

    * Allow default browser behavior on Ctrl+Click on a link in the tranquilized
    view.

    * Improvements to handling ads on certain pages

    * Remove overflow attributes if any to allow scrolling on some pages

    * Improve handling of hidden content on certain websites that hide part
    of the article.

    * Updated copyright information to year 2024

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.24

    发布于 2022年4月11日 - 92.55 KB
    适用于 firefox 79.0 及更高版本, android 120.0 及更高版本
    * Do not show the ui controls when the user selects any text in the
    transformed view. When text is selected, that registers a click event
    which shows the ui controls and that can be distracting.

    * Add a new option for multi-column text support. The reading width
    will be split into the specified number of columns. This is useful
    for people with wide screens. However, printing to PDF will always
    print with a single column. With multiple columns, if you need to
    scroll down to finish reading the first column, use HOME key to
    move to the top of the page to start reading the next column.

    * Minor code cleanup and changes to support above enhancements.

    * Updated copyright information to year 2022

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.23

    发布于 2021年8月23日 - 91.73 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Provide option to hide images when transforming/printing a document.
    - "never": never hide images/always display images when possible
    - "always": always hide images
    - "hide_only_for_print": show images when possible, but hide when printing

    * Modification to pattern match to display more links to previous/next articles

    * Minor code simplification/cleanup

    * Updated copyright information

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.22

    发布于 2020年9月23日 - 91.14 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Provide option to include/exclude header/footer when printing
    the page as PDF document

    * Increase the margins of printed PDF to 1.0" (default 0.5")
    At this time, margin is not user customizable

    * Remove font size hardcoding of certain custom elements and
    make sure they also use the user specified font settings
    (certain element dimensions are now scaled based on user
    specified font size)

    * Attempt to fix issue with scrolling to top of page after
    processing the page

    * Fix regression where some of the related/supporting links were
    not showing up (for easy navigation in continuous browsing mode)
    See github issue #27 for more details

    * Attempt to remove menu like elements on some pages

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.21

    发布于 2020年8月30日 - 90.44 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Preserve the original zoom setting (scale the font size instead)

    * Auto-hide the UI controls (toggle display on clicking on the body of the page)

    * Clone the document instead of the body (attempt to remove more event listeners)

    * Reorganize code to separate out UI related functionality into a separate file

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.20

    发布于 2020年7月16日 - 88.81 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Update PRIVACY.md to reflect removal of "tabs" permission

    * Handle corner case where pages with content in the "main" tag
    have content flowing outside the reading width

    * Fix bug where the page up/down scroll buttons do not work
    in offline/saved pages

    * Refine regexp to remove additional ad related elements

    * Ignore CDATA nodes when measuring amount of text in an element

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.19

    发布于 2020年6月27日 - 88.68 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Adding missing heading/title if it has been removed during processing

    * Move logic to hide/remove spurious elements from css to javascript code
    for better control; added additional filtering logic

    * Add scroll buttons (for page-up/page-down) for people who prefer mouse
    to keyboard (and for mobile users)

    * Always scroll back to the top of the page/article after transforming
    a page

    * Try to retain images within an article/main tag

    * Minor bug fixes and code restructuring/simplification

    * Removed unnecessary "tabs" permission request since we are not using it

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.18

    发布于 2020年5月16日 - 86.76 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Bug fix for regression on some pages. The computed height and width
    property were used to identify hidden elements, but the logic used
    was incorrect. Undoing this change.

    * Minor change to try and remove more unnecessary images that get
    restored even though their parent elements were removed

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.17

    发布于 2020年5月14日 - 86.63 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Allow users to configure A4/Letter paper size in extension preferences
    when saving the transformed page as a PDF

    * Add the original/source link to the top of the transformed page. This
    is useful when the page is saved as a PDF or offline reading and the
    users have forgotten and need to refer to the original source.

    * Bug fix so that we identify computed CSS style properties correctly

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.16

    发布于 2020年3月20日 - 86.06 KB
    适用于 firefox 63.0 及更高版本, android 63.0 至 68.*
    * Enable keyboard shortcut available with legacy version (Ctrl+Alt+T)

    * New keyboard option to launch preferences page (Ctrl+Alt+J)

    * New keyboard option to launch saved/offline pages (Ctrl+Alt+K)

    * Keyboard shortcuts are user customizable. Refer to the webpage:
    https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox

    * Fix progress bar visibility bug when saving transformed page as PDF

    * Fix bug in not reverting to original page when clicking on browser action
    icon (when the URL has a "#" reference

    * Ability to view offline pages from the preferences page. This avoids the
    need to first run the extension on some page before a user can access the
    saved/offline pages

    * Removed "Save as PDF" functionality from Android version. Android already
    has such an option on the Firefox-Page menu which works just fine. The icon
    only clutters up the usually smaller screen in Android phones/devices

    * Added user friendly privacy policy statement and explanation of permissions
    used by the extension

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.15

    发布于 2020年3月6日 - 83.4 KB
    适用于 firefox 57.0 及更高版本, android 57.0 至 68.*
    * Ability to save a PDF document of the Tranquility Reader view
    for offline reading or sharing with others (not supported on MacOS)

    * Improve handling of images (fix cases where image width was larger
    than the reading width setting)

    * Use CSS settings to identify some extraneous elements so that they
    can be removed from the page during processing

    * Updated copyright message

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.14

    发布于 2020年2月20日 - 73.44 KB
    适用于 firefox 57.0 及更高版本, android 57.0 至 68.*
    * Option to change the browser action icon to a grayscale version (matches the look and feel of Firefox Quantum).

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.13

    发布于 2019年10月11日 - 71.71 KB
    适用于 firefox 57.0 及更高版本, android 57.0 至 68.*
    * Fixed problem with TITLE/HEAD elements being removed because their
    default css property of display is "none". This causes a problem
    when saving a link for offline reading -- saved article shows up
    with a blank name

    * Fixed logic for replacing using the contents of the ARTICLE tag as
    proxy for the entire content of the page. The original solution of
    replacing just the parent was not sufficient to remove a lot of other
    crud. Now, we replace the entire body of the page with the article
    tag contents

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.12

    发布于 2019年9月30日 - 71.44 KB
    适用于 firefox 57.0 及更高版本, android 57.0 至 68.*
    * Attempt to remove all event handlers in the original page to prevent
    them from modifying the processed page

    * Fix to handle pages that have windows-1252 encoding

    * Ignore links like "mail:" that need not be processed by the addon
    and which caused the addon to freeze while processing pages with such links

    * More aggressive removal of hidden elements
    this can cause more images to be removed in the processed view

    * Removal of links with onclick events/javascript since they are often
    associated with social media forwarding links/images and clutter the
    processed page

    * Minor changes to make code consistent (tag names are now all in uppercase)

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.11

    发布于 2019年6月25日 - 70.36 KB
    适用于 firefox 57.0 及更高版本, android 57.0 至 68.*
    * When a reader click on a link in the tranquility mode, the page
    updates to show the clicked URL contents in the tranquility mode.
    However, the address bar is not updated.

    An icon is provided on the top right corner of the page with a
    link to the URL of the page that is currently processed/displayed.

    * Updated copyright message

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.10

    发布于 2018年3月19日 - 66.97 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    * Fix to scale images better

    * Remove hidden images (based on the computedStyle properties)

    * Allow smaller length text content to show more information.
    This can have the side effect of unnecessary material getting
    into the tranquilized view. So, this is currently experimental.

    * Updated copyright message

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.9

    发布于 2018年1月1日 - 59.16 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    * Added support to handle #links; Tranquility currently tries to
    reload the entire page and reprocess instead of moving to the
    #link.

    * Experimental support to handle images better. Most images were
    being removed. Added support for images. Currently, more images
    than necessary are retained (including some pesky icons) but
    the changes are ready for publishing to a wider audience to
    receive feedback.

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.8

    发布于 2017年11月15日 - 55.45 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    Default font size for Android preset was changed to 15 (a typo had set it to 25 instead).

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.7

    发布于 2017年11月14日 - 55.45 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    * Ability to run Tranquility Reader on a portion of a webpage by selecting/highlighting only the text that you want to read.

    * After highlighting text, right click on the highlighted text and select "Tranquilize Selection!" from the context menu. Please note that this feature is not supported on Android platform.

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.6

    发布于 2017年11月9日 - 54.89 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    * Ability to create user defined presets (for users who have multiple configurations for Tranquility Reader)

    * Changes made to Tranquility Reader preferences are instantly reflected on all tabs in the Tranquil Reading Mode as soon as the modified preferences are saved - this allows for easier testing and tuning of the preferences.

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.5

    发布于 2017年10月10日 - 53.71 KB
    适用于 firefox 55.0 及更高版本, android 55.0 至 68.*
    * Changes for limited support on Firefox for AndroidOS
    * Only the browserAction (running Tranquility on a web page by selecting the browser menu option) is available on AndroidOS
    * No command shortcuts or right click context menus provided on AndroidOS
    * Currently no ability to to import/export the offline pages on AndroidOS
    * Changes to css/default options for AndroidOS/smaller screen devices.

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.4

    发布于 2017年6月8日 - 53.38 KB
    适用于 firefox 53.0 及更高版本, android 53.0 至 68.*
    * Removed popup menu for the browser action; now, clicking on the Tranquility icon will make the page readable. For the other actions provided through the popup menu, users will have to go to the options page or use the Read Later button after running tranquility.

    * Added a few "preset" configurations (color schemes and font colors) rather than having to customize each option manually. This is experimental at this time; will explore the option of allowing users to import a configuration file for this in the future.

    * Changed the background page to "about:blank" (instead of mozilla.org) when loading offline pages from the options window.

    * Minor bug fix to remove the progress bar which was not being removed in some corner cases.

    * bug fix to correctly load original page when toggling Tranquility mode for an offline page.

    * Bug fix to handle loading mixed security content pages correctly

    * Bug fix to handle pre-formatted pages correctly

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.1

    发布于 2017年3月9日 - 54.21 KB
    适用于 firefox 52.0 及更高版本
    * Tranquility Reader 3.0.1 has been rewritten using WebExtensions APIs
    * Ability to export/import offline content (please be sure to export offline content from version 2.0 and manually import into version 3.0.1)
    * Reduced set of customization options; Display font name will have to be typed in manually (limitation of WebExtensions APIs)
    * Removed support for background image and wikipedia/wiktionary search facility
    * No keyboard shortcut (very limited options available through WebExtensions APIs - waiting for more customization capabilities)
    * Several minor bug fixes that were put off until this version

    Please note that due to the extensive changes that were made, there may be regression in the code and past bugs that were fixed may reappear. Please leave your comments or send feedback to the support email address so that these bugs can be addressed.

    源代码遵循 仅 GNU 通用公共许可证 v3.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。