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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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';" } } |