WebWormhole

WebWormhole lets you send files from one place to another.

WebWormhole क्या है?

WebWormhole SALMAN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebWormhole lets you send files from one place to another."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebWormhole एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}