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