WebWormhole
WebWormhole lets you send files from one place to another.
什么是WebWormhole?
WebWormhole是由SALMAN开发的Chrome扩展程序,该扩展的主要功能是“WebWormhole lets you send files from one place to another.”。
扩展截图
下载WebWormhole扩展crx文件
下载WebWormhole扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. Generate a one-time code on one end. 2. Enter the same code on a another machine. 3. Drag and drop files from either side to send them down the wormhole. The connection is established using WebRTC. The code is used to secure and authenticate it. This extension lets you install a local copy of the web client that is on https://webwormhole.io. It is otherwise identical. It can be used to send and receive from the web and command line clients. Source code is available at https://github.com/saljam/webwormhole.
扩展基本信息
名称 | WebWormhole |
ID | jhombkhjanncdalcbcahinpjoacaiidn |
官方URL | https://chromewebstore.google.com/detail/webwormhole/jhombkhjanncdalcbcahinpjoacaiidn |
简介 | WebWormhole lets you send files from one place to another. |
文件大小 | 872 KB |
安装次数 | 204 |
当前版本 | 0.7 |
更新时间 | 2021-06-04 |
上架时间 | 2020-08-14 |
评分 | 5.00/5 共1次评分 |
开发者 | SALMAN |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webwormhole.io |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebWormhole", "version": "0.7", "description": "WebWormhole lets you send files from one place to another.", "icons": { "16": "hole16.png", "48": "hole48.png", "128": "hole128.png" }, "browser_action": { "default_title": "WebWormhole", "default_icon": "hole.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "main.js", "webwormhole.js", "webwormhole.wasm", "wasm_exec.js", "sw.js", "icon.svg", "space.svg" ], "content_security_policy": "default-src 'self'; script-src 'self' 'wasm-eval'; img-src 'self' blob:; connect-src wss:\/\/webwormhole.io" } |