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 🙏

© 2026 – Pkg Stats / Ryan Hefner

save-anywhere

v1.0.18

Published

chrome 浏览器插件 - 任何位置任何页面保存选中的文本

Readme

chrome 浏览器插件 save-anywhere

save-anywerhe 可以右键保存选中的文本,存储到浏览器本地的 indexedDb

如果需要同步不同机器保存的内容,需要使用 github oauth 登陆授权,然后使用同步功能即可同步不同机器保存的内容

如何使用

step 1 - 下载插件

从 github 下载 save-anywhere 浏览器插件 离线安装包

save-anywhere.crx

从 chrome 应用商店下载 save-where 浏览器插件

save-anywhere

step 2 - 安装 save-anywhere 浏览器插件

install.jpeg

step 2.1 - 设置插件访问权限(进入插件详情页面,文件访问开关设置为开,文件访问只有为开才能保持文本换行格式 )

enable_flie_access.jpg

step 3 - 保存选中的文本(右键选择需要保存的文本,然后在弹出的菜单里点击 "save selection text")

item_save.jpeg

step 4 - 从插件弹框里获取最新保存的内容(插件弹框默认显示最近保存的50条数据)

item_popup.jpeg

step 5 - 快速获取保存的内容(在插件弹框最上方的搜索框输入相关内容进行搜索)

item_search.jpeg

step 6 - 查看保存内容的详情(点击插件弹框可以跳转到内容详情页)

item_detail.jpeg

开发插件

初始化(进入到插件代码根目录,使用 yarn 初始化开发依赖)

yarn

运行本地开发环境

yarn serve

http://localhost:8080/index.html

http://localhost:8080/popup.html

发布代码

yarn build

//output dir: ./save-anywhere/