七牛云图床
通过七牛云云存储建立你自己的私有图床
What is 七牛云图床?
七牛云图床 is a Chrome extension developed by neal, and its main feature is "通过七牛云云存储建立你自己的私有图床".
Extension Screenshots
Download 七牛云图床 Extension CRX File
Download 七牛云图床 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
通过七牛云存储对象创建你自己的私有图床。只要配置一次七牛云的密钥信息以及域名,后面就可以方便地上传图片了。目前支持的功能有: 1. 本地选择图片上传 2. 拖放本地图片上传 3. 生成三种格式的图片链接,可以方便写博客 4. 一键复制链接到剪切板 本项目是开源项目,任何建议或者想法都可以 issue 或者 pr。 https://github.com/neal1991/image-host
Extension Basic Information
Name | |
ID | fmpbbmjlniogoldpglopponaibclkjdg |
Official URL | https://chrome.google.com/webstore/detail/%E4%B8%83%E7%89%9B%E4%BA%91%E5%9B%BE%E5%BA%8A/fmpbbmjlniogoldpglopponaibclkjdg |
Description | 通过七牛云云存储建立你自己的私有图床 |
File Size | 274 KB |
Installation Count | 531 |
Current Version | 0.0.6 |
Last Updated | 2020-08-28 |
Publish Date | 2019-05-25 |
Rating | 4.75/5 Total 8 Ratings |
Developer | neal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/neal1991/image-host |
Help Page URL | https://github.com/neal1991/image-host/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e03\u725b\u4e91\u56fe\u5e8a", "short_name": "\u4e03\u725b\u4e91\u56fe\u5e8a", "description": "\u901a\u8fc7\u4e03\u725b\u4e91\u4e91\u5b58\u50a8\u5efa\u7acb\u4f60\u81ea\u5df1\u7684\u79c1\u6709\u56fe\u5e8a", "version": "0.0.6", "icons": { "16": "icons\/image-16.png", "48": "icons\/image-48.png", "64": "icons\/image-64.png", "128": "icons\/image.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "\u4e03\u725b\u4e91\u56fe\u5e8a", "default_icon": "icons\/image.png" }, "homepage_url": "https:\/\/github.com\/neal1991\/image-host", "options_page": "options.html" } |