Ethereum Swarm Extension
Web3 framework for Ethereum Swarm dApps
Ethereum Swarm Extension क्या है?
Ethereum Swarm Extension https://ethswarm.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web3 framework for Ethereum Swarm dApps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethereum Swarm Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ethereum Swarm users can load decentralised applications in a secure way meanwhile applications that utilize this extension's framework futureset can achieve higher user experience. For features and up-to-date information, please visit its public GitHub page: https://github.com/ethersphere/swarm-extension
एक्सटेंशन की मूल जानकारी
नाम | Ethereum Swarm Extension |
ID | afpgelfcknfbbfnipnomfdbbnbbemnia |
आधिकारिक URL | https://chromewebstore.google.com/detail/ethereum-swarm-extension/afpgelfcknfbbfnipnomfdbbnbbemnia |
विवरण | Web3 framework for Ethereum Swarm dApps |
फ़ाइल का आकार | 5.28 MB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 0.7.1 |
अंतिम अपडेट | 2022-11-24 |
प्रकाशन तिथि | 2021-11-14 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://ethswarm.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ethersphere/swarm-extension |
सहायता पृष्ठ URL | https://github.com/ethersphere/swarm-extension/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/ethersphere/swarm-extension/blob/master/PRIVACY_POLICY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Swarm Extension", "short_name": "Swarm Extension", "version": "0.7.1", "manifest_version": 3, "permissions": [ "webRequest", "declarativeNetRequest", "tabs", "storage", "webNavigation" ], "author": "nugaon", "description": "Web3 framework for Ethereum Swarm dApps", "icons": { "48": "assets\/swarm.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Swarm Extension", "default_popup": "popup-page\/index.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "document-start.js" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "*:\/\/*\/*" ] } |