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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
}