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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |