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
官方網址 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"
}