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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://p2plabs.xyz และคุณลักษณะหลักของมันคือ "A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DScan: Own Your Identity, Own Your Data

ดาวน์โหลดไฟล์ส่วนขยาย 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 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';"
    }
}