七牛云图床
通过七牛云云存储建立你自己的私有图床
Cos'è 七牛云图床?
七牛云图床 è un'estensione di Chrome sviluppata da neal, e la sua funzione principale è "通过七牛云云存储建立你自己的私有图床".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 七牛云图床
Scarica i file di estensione 七牛云图床 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
通过七牛云存储对象创建你自己的私有图床。只要配置一次七牛云的密钥信息以及域名,后面就可以方便地上传图片了。目前支持的功能有: 1. 本地选择图片上传 2. 拖放本地图片上传 3. 生成三种格式的图片链接,可以方便写博客 4. 一键复制链接到剪切板 本项目是开源项目,任何建议或者想法都可以 issue 或者 pr。 https://github.com/neal1991/image-host
Informazioni di Base sull'Estensione
Nome | |
ID | fmpbbmjlniogoldpglopponaibclkjdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E4%B8%83%E7%89%9B%E4%BA%91%E5%9B%BE%E5%BA%8A/fmpbbmjlniogoldpglopponaibclkjdg |
Descrizione | 通过七牛云云存储建立你自己的私有图床 |
Dimensione del File | 274 KB |
Conteggio Installazioni | 531 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2020-08-28 |
Data di Pubblicazione | 2019-05-25 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | neal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/neal1991/image-host |
URL della Pagina di Aiuto | https://github.com/neal1991/image-host/issues |
Lingue Supportate | 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" } |