七牛云图床

七牛云存储图片上传插件

七牛云图床란 무엇입니까?

七牛云图床은(는) niemingzhao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "七牛云存储图片上传插件"입니다.

확장 프로그램 스크린샷

screenshot

七牛云图床 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension for chrome to upload images to Qiniu Cloud Storage.
七牛云存储图片上传插件。

This plug-in helps you uploading local pictures to Qiniu Cloud Storage, and generating picture links for such blogs and other references. You only need to configure the Qiniu Cloud key information once before use.
通过该插件可上传本地图片到七牛云存储,并生成图片链接用于博客等引用。使用前只需配置一次七牛云密钥信息。

——Features 功能特性
1、Drag & Drop to Upload 可拖放图片上传
2、Copy & Paste to Upload 可复制图片上传
3、Copy Link to Clipboard 复制链接到剪切板

项目地址:https://github.com/niemingzhao/niemingzhao.github.io/tree/uploader                    

확장 프로그램 기본 정보

이름 七牛云图床 七牛云图床
ID bghpkphlbmlegnnhmjbnnleacjebdbdf
공식 URL https://chromewebstore.google.com/detail/%E4%B8%83%E7%89%9B%E4%BA%91%E5%9B%BE%E5%BA%8A/bghpkphlbmlegnnhmjbnnleacjebdbdf
설명 七牛云存储图片上传插件
파일 크기 382 KB
설치 횟수 57
현재 버전 1.3.0
최근 업데이트 2020-06-26
출시 날짜 2020-06-21
평점 3.00/5 총 1 개의 평점
개발자 niemingzhao
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/niemingzhao/niemingzhao.github.io/tree/uploader
도움말 페이지 URL https://github.com/niemingzhao/niemingzhao.github.io/tree/uploader
개인정보 보호 정책 페이지 URL https://www.niemingzhao.top/privacy
지원되는 언어 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": "\u4e03\u725b\u4e91\u5b58\u50a8\u56fe\u7247\u4e0a\u4f20\u63d2\u4ef6",
    "version": "1.3.0",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "64": "icons\/icon-64x64.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "\u4e03\u725b\u4e91\u56fe\u5e8a",
        "default_icon": "icons\/icon.png"
    },
    "options_page": "options.html"
}