Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Redns/picgo-plugin-postimage
An uploader for postimage.
https://github.com/Redns/picgo-plugin-postimage
Last synced: 3 months ago
JSON representation
An uploader for postimage.
- Host: GitHub
- URL: https://github.com/Redns/picgo-plugin-postimage
- Owner: Redns
- License: mit
- Created: 2022-02-10T03:51:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T12:44:22.000Z (about 1 year ago)
- Last Synced: 2024-07-31T07:16:26.500Z (3 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-postimage
README
# picgo-plugin-postimage
![](https://img.shields.io/badge/release-v1.1.4-green) ![](https://img.shields.io/badge/License-MIT-blue)
## 简介
[Postimage](https://postimages.org/)是一款来自国外的图片上传/托管工具,分为免费版和付费版,支持`网页/win端/浏览器插件`上传图片。其免费版的限制如下:
- 热链接图片缩放至1280px
- 最大上传 24Mb (3MB) 的图片## 环境搭建
1. 搜索插件 `postimage` 安装
![1](https://image.krins.cloud/1.jpg)
2. 前往 [官网](https://postimages.org/) 注册账号
![2](https://image.krins.cloud/2.jpg)
3. 在 [这里](https://postimages.org/login/api) 获取 `API KEY`,点击生成后复制下来
![3](https://image.krins.cloud/3.jpg)
4. 在设置中填写相关信息
![4](https://image.krins.cloud/4.jpg)
- `API Key`:刚刚你复制的那串字符
- `图片分配`:可以看成文件夹,比如上述配置 postimage 就会把图片存储在 image 文件夹下
![5](https://image.krins.cloud/5.jpg)
5. 点击确定,设置完成!