七牛云图床
通过七牛云云存储建立你自己的私有图床
七牛云图床란 무엇입니까?
七牛云图床은(는) neal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "通过七牛云云存储建立你自己的私有图床"입니다.
확장 프로그램 스크린샷
七牛云图床 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
通过七牛云存储对象创建你自己的私有图床。只要配置一次七牛云的密钥信息以及域名,后面就可以方便地上传图片了。目前支持的功能有: 1. 本地选择图片上传 2. 拖放本地图片上传 3. 生成三种格式的图片链接,可以方便写博客 4. 一键复制链接到剪切板 本项目是开源项目,任何建议或者想法都可以 issue 或者 pr。 https://github.com/neal1991/image-host
확장 프로그램 기본 정보
이름 | |
ID | fmpbbmjlniogoldpglopponaibclkjdg |
공식 URL | https://chrome.google.com/webstore/detail/%E4%B8%83%E7%89%9B%E4%BA%91%E5%9B%BE%E5%BA%8A/fmpbbmjlniogoldpglopponaibclkjdg |
설명 | 通过七牛云云存储建立你自己的私有图床 |
파일 크기 | 274 KB |
설치 횟수 | 531 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2020-08-28 |
출시 날짜 | 2019-05-25 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | neal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/neal1991/image-host |
도움말 페이지 URL | https://github.com/neal1991/image-host/issues |
지원되는 언어 | 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" } |