npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

focus-reading

v0.3.3

Published

Focus on Reading chrome extension

Downloads

10

Readme

Focus Reading

Focus Reading

介绍

Focus Reading(专注阅读),一款 Chrome 插件,帮助你在网站专注浏览文章,排除干扰。

支持站点

  • http://www.gamersky.com/*
  • http://movie.douban.com/*
  • http://www.jianshu.com/p/*
  • http://baike.baidu.com/*
  • http://tieba.baidu.com/p/*
  • http://www.zhihu.com/

更多支持站点请查看源码:src/lib/article-generators/index.js

如何下载?

  • 直接在 Github 主要下载源码包:focus-reading.zip
  • 通过 npm 下载最新版本:npm install focus-reading

如何使用?

  1. 首先,你得有 Chrome 浏览器

  2. 然后,在浏览器地址栏输入以下内容并回车:

    chrome://extensions/
  3. extension.crx 拖放到页面

  4. 加载成功,可以看到 Focus Reading 显示在页面中

    Chrome 扩展

  5. 来到本插件支持的站点,打开一篇文章,点击地址栏中的 Focus Reading 插件图标,进入专注阅读模式

    专注阅读模式

更新记录

  • v0.3.0
    • 替换原有的页面 FR 按钮,改为使用地址栏插件图标进入专注阅读模式
    • 插件改为缺省在所有页面运行,不再于插件配置文件 manifest.json 中进行限制,而是交由程序判断能否在当前页面获取可阅读的内容
  • v0.2.0
    • 重构
  • v0.1.4
    • 支持 url 中附加查询参数 focus-reading=true 后自动进入专注阅读模式
    • 支持在页面链接中添加“专注阅读”标记,进而打开新页面后直接进入专注阅读模式。