DScan: Own Your Identity, Own Your Data
A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
什么是DScan: Own Your Identity, Own Your Data?
DScan: Own Your Identity, Own Your Data是由https://p2plabs.xyz开发的Chrome扩展程序,该扩展的主要功能是“A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.”。
扩展截图
下载DScan: Own Your Identity, Own Your Data扩展crx文件
下载DScan: Own Your Identity, Own Your Data扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DScan enables you to quickly upload files and folders to IPFS using web3.storage, and provides a "decentralized QR code" containing the IPFS CID. This QR code can later be customized and shared with anyone for easy and decentralized file sharing. Users can visit console.web3.storage and log in to manage their accounts. DScan, leveraging the w3up-client, incorporates DIDs and UCAN to establish a robust framework for decentralized authentication and authorization. The use of DIDs enhances security and promotes digital self-sovereignty, while UCAN facilitates permissioned access and the delegation of capabilities, enabling users to manage access to their content securely. Thanks to web3.storage, the content can be accessed over IPFS without the user installing and setting up a local instance of Kubo. Learn more: https://ipfs.tech https://web3.storage/ https://github.com/p2plabsxyz/dscan
扩展基本信息
名称 | DScan: Own Your Identity, Own Your Data |
ID | idpfgkgogjjgklefnkjdpghkifbjenap |
官方URL | https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap |
简介 | A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes. |
文件大小 | 684 KB |
安装次数 | 985 |
当前版本 | 4.0 |
更新时间 | 2024-02-20 |
上架时间 | 2021-11-06 |
评分 | 5.00/5 共3次评分 |
开发者 | https://p2plabs.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/p2plabsxyz/dscan |
帮助页面URL | https://github.com/p2plabsxyz/support |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DScan: Own Your Identity, Own Your Data", "description": "A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.", "version": "4.0", "author": "P2P Labs", "homepage_url": "https:\/\/p2plabs.xyz\/", "permissions": [ "storage" ], "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } } |