Snap.as
Quickly upload your photos.
什么是Snap.as?
Snap.as是由https://snap.as开发的Chrome扩展程序,该扩展的主要功能是“Quickly upload your photos.”。
扩展截图
下载Snap.as扩展crx文件
下载Snap.as扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A quick way to upload your photos to Snap.as — a simple photo sharing service — made especially for writers publishing on Write.as. Just open the extension, drag a photo in, and the Markdown will be copied to your clipboard. Then, simply paste it in any Markdown-enabled editor. NOTE: this extension requires a Write.as Pro account, which includes access to Snap.as.
扩展基本信息
名称 | |
ID | oihcgppfiigcffpedggckjaobjhdenei |
官方URL | https://chrome.google.com/webstore/detail/snapas/oihcgppfiigcffpedggckjaobjhdenei |
简介 | Quickly upload your photos. |
文件大小 | 24.12 KB |
安装次数 | 143 |
当前版本 | 1.0.1 |
更新时间 | 2020-12-15 |
上架时间 | 2018-06-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://snap.as |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://snap.as |
隐私政策页面URL | https://write.as/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snap.as", "short_name": "Snap.as", "description": "Quickly upload your photos.", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "38": "icon76.png" }, "default_title": "Upload to Snap.as" }, "background": { "scripts": [ "popup.js" ] }, "permissions": [ "webRequest", "notifications", "clipboardWrite", "https:\/\/*.snap.as\/" ], "web_accessible_resources": [ "uploader.html" ], "externally_connectable": { "matches": [ "*:\/\/*.snap.as\/*" ] } } |