WebWormhole
WebWormhole lets you send files from one place to another.
WebWormhole là gì?
WebWormhole là một tiện ích mở rộng Chrome được phát triển bởi SALMAN, và tính năng chính của nó là "WebWormhole lets you send files from one place to another.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebWormhole
Tải xuống các tệp mở rộng WebWormhole dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebWormhole |
ID | jhombkhjanncdalcbcahinpjoacaiidn |
URL Chính Thức | https://chromewebstore.google.com/detail/webwormhole/jhombkhjanncdalcbcahinpjoacaiidn |
Mô tả | WebWormhole lets you send files from one place to another. |
Kích Thước Tệp | 872 KB |
Số Lần Cài Đặt | 204 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2021-06-04 |
Ngày Phát Hành | 2020-08-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SALMAN |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webwormhole.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } |