awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ansh avatar

ansh/jiffyreader-public-archiveArchived

0
View on GitHub↗
4,012 星标·201 分支·TypeScript·GPL-3.0·2 次浏览

Jiffyreader Public Archive

该项目是一个浏览器扩展阅读助手和快速阅读工具。它作为一个 Web 可访问性界面,修改网站上文本的外观,以帮助用户更快地浏览内容并减少眼睛疲劳。

该工具通过加粗单词的初始部分来创建视觉锚点,从而实现仿生阅读加速。用户可以通过调整注视强度、单词间隔以及颜色和不透明度等视觉样式来自定义此体验。

该软件涵盖了广泛的阅读增强功能,包括行高的布局管理和深色模式,以及通过元素可见性控制实现的无干扰阅读。它支持多语言本地化,并允许进行特定于站点的阅读偏好设置。

该扩展使用内容脚本注入和 iframe 解析来在各种 Web 域中应用这些增强功能。

Features

  • Reading Speed Optimizations - Provides visual text modifications such as bionic reading to accelerate the human eye's reading speed on web pages.
  • Browser Extensions - A browser extension that customizes the visual style and reading experience of web pages.
  • Reading - Enhances web page reading by adjusting background colors, fonts, and layout to reduce eye strain.
  • Bionic - Acts as a reading assistant that bolds the beginnings of words to help users skim text faster.
  • Bionic Reading - Implements bionic reading by bolding the initial parts of words to create visual anchors for faster skimming.
  • DOM-Based Text Manipulations - Modifies the browser DOM to wrap characters in styled elements, creating visual anchors for skimming.
  • Extension Manifests - Uses an extension manifest file to define browser permissions, scripts, and metadata.
  • Web Accessibility Implementations - Implements a custom interface that modifies text layout and colors to improve readability and web accessibility.
  • Web Content Injections - Implements JavaScript-based injection to modify web page content and behavior for reading acceleration.
  • Local Storage Persistence - Persists user configurations and site-specific reading settings using browser local storage.
  • User Preference Adapters - Allows users to save and apply distinct reading preferences for individual websites or globally.
  • Distraction Reduction Controls - Allows users to disable interactive elements like buttons and links to create a distraction-free reading environment.
  • CSS Variable Theming - Uses CSS variables to allow real-time updates of visual themes and emphasis strength.
  • Dark Mode Toggles - Includes a mechanism to switch between light and dark visual themes for improved reading comfort.
  • Distraction-Free Reading Modes - Removes interactive page elements and provides dark mode to minimize distractions during reading.
  • Recursive Content Parsing - Traverses embedded frames recursively to apply text emphasis logic to nested documents.
  • Display Mode Toggles - Provides a mechanism to toggle the display mode between standard reading and bionic text emphasis.
  • Line Height Controls - Provides utilities to adjust the vertical space between lines of text to reduce eye strain.
  • Reading Accessibility Overlays - Modifies line height and color schemes to create a more comfortable reading environment and reduce eye strain.
  • Reading Anchor Customizations - Offers controls to adjust fixation strength, word intervals, and colors for visual text emphasis.
  • Visual Style Customizations - Allows users to customize the colors and opacity of the highlighted text anchors.

Star 历史

ansh/jiffyreader-public-archive 的 Star 历史图表ansh/jiffyreader-public-archive 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

ansh/jiffyreader-public-archive 是做什么的?

该项目是一个浏览器扩展阅读助手和快速阅读工具。它作为一个 Web 可访问性界面,修改网站上文本的外观,以帮助用户更快地浏览内容并减少眼睛疲劳。

ansh/jiffyreader-public-archive 的主要功能有哪些?

ansh/jiffyreader-public-archive 的主要功能包括:Reading Speed Optimizations, Browser Extensions, Reading, Bionic, Bionic Reading, DOM-Based Text Manipulations, Extension Manifests, Web Accessibility Implementations。

ansh/jiffyreader-public-archive 有哪些开源替代品?

ansh/jiffyreader-public-archive 的开源替代品包括: epicmaxco/vuestic-ui — Vuestic UI is a Vue 3 component library providing a collection of pre-made user interface elements. It serves as a… jonghakseo/chrome-extension-boilerplate-react-vite — This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality… mdn/webextensions-examples — This project is a reference library and collection of practical code samples for building browser extensions using… readyouapp/readyou — ReadYou is a self-hosted reading application and RSS feed aggregator that centralizes content from multiple web… kenshin/simpread — Simpread is a browser extension that transforms any web page into a clean, distraction-free reading layout optimized… win32ss/supermium — Supermium is a Chromium-based web browser backported to run on legacy versions of Windows. It uses an abstraction…

Jiffyreader Public Archive 的开源替代方案

相似的开源项目,按与 Jiffyreader Public Archive 的功能重合度排序。
  • epicmaxco/vuestic-uiepicmaxco 的头像

    epicmaxco/vuestic-ui

    3,745在 GitHub 上查看↗

    Vuestic UI is a Vue 3 component library providing a collection of pre-made user interface elements. It serves as a responsive UI framework and a themed component system designed to speed up frontend development and maintenance. The toolkit features a centralized configuration system for global styling and dynamic branding, including a built-in dark mode. It includes an internationalized interface toolkit with native support for localization and translating application content for multiple languages. The library provides a set of accessible web components that meet accessibility standards for

    Vueaccessibilitycomponentsjavascript
    在 GitHub 上查看↗3,745
  • mdn/webextensions-examplesmdn 的头像

    mdn/webextensions-examples

    4,447在 GitHub 上查看↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    JavaScript
    在 GitHub 上查看↗4,447
  • jonghakseo/chrome-extension-boilerplate-react-viteJonghakseo 的头像

    Jonghakseo/chrome-extension-boilerplate-react-vite

    4,834在 GitHub 上查看↗

    This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality and user interfaces for web browsers. The development workflow emphasizes fast iteration through hot-reload capabilities and module rebuilding, which reflect code changes in the browser without manual reloading. It includes a type-safe internationalization system for managing multi-language support and automated end-to-end testing to verify feature stability across different browser packages. The architecture provides a component-based framework for creating popups, options

    TypeScript
    在 GitHub 上查看↗4,834
  • kenshin/simpreadKenshin 的头像

    Kenshin/simpread

    8,650在 GitHub 上查看↗

    Simpread is a browser extension that transforms any web page into a clean, distraction-free reading layout optimized for comfortable reading and annotation. It functions as both a reading mode tool and a read-later service, allowing users to save pages for offline or future access while marking up text with highlights and notes. The extension distinguishes itself through deep integration with note-taking and productivity platforms, enabling direct export of annotations and cleaned pages to Obsidian, Logseq, Roam Research, Notion, and other tools. It also supports sending articles to Instapape

    JavaScriptchromechrome-extensioncrx
    在 GitHub 上查看↗8,650
  • 查看 Jiffyreader Public Archive 的所有 30 个替代方案→