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 🙏

© 2024 – Pkg Stats / Ryan Hefner

picgo-plugin-imgtp

v1.0.5

Published

依赖于ImgTP图床的picgo插件

Downloads

11

Readme

简介

ImgTP 是国内一家免费公共图床,基本特性如下

  • 图片最大尺寸 15MB,每个用户拥有 30GB 存储空间
  • 图片不压缩画质
  • 每日上传不限量

插件安装

  1. 前往 ImgTP 注册账号

    image-20230609234501123

  2. GUI 用户可直接在 插件设置 中搜索 imgtp 下载安装

    image-20230609234536189

  3. 该插件支持前端接口(Front-End)和后端接口(Back-End)两种上传模式

    • 前端接口:模拟网页端上传,由于需要获取 Cookie 和登录 Token,上传速度较慢
    • 后端接口:通过系统后台 API 接口上传,速度较快

    image-20230610001114470

    由于近期 ImgTP 关闭了后端接口(见 Issue2),因此只能使用前端接口上传,平时使用插件时大家可以两个接口都试试,哪个能用用哪个

  4. 填写用户名和登录密码,选择上传模式

    image-20230610001207033

    下方的 Token 用于后端接口模式(Back-End)上传,Cookie 用于前端接口模式(Front-End)上传。Token 和 Cookie 都可以由插件自动获取,无需用户填写。当然,Token 也可以在官网 设置页面 找到然后手动填写

    image-20230610001534546

  5. 点击确定,设置完成!