DARA

DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies.

DARA là gì?

DARA là một tiện ích mở rộng Chrome được phát triển bởi https://theimmutable.net, và tính năng chính của nó là "DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DARA

Tải xuống các tệp mở rộng DARA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Welcome to decentralized and censorship-resistant publishing for the 21st century!

DARA is a place to store cherished memories, share and publish original content, and is like a personal Wayback Machine made just for you!

Hit the DARA icon after installing the extension and it’ll capture a snapshot of the page you're looking at then sends to your DARA Dashboard where you can store, save and share content.

Your content is safe and your identity is your web3 signature.

Publish and archive blogs, socials and web pages all in one place!

DARA makes it simple to permanently and immutably store any web content, and employs IPFS and Blockchain technologies to build a complete publishing ecosystem, empowering creators and consumers.

Changelog
v1.7.8:
• Transitional update towards Project DARA v2

v1.3.9:
• Allow clicking the DARA logo to upload a page.
• Added light and dark UI modes.
• Added optional UI sounds when clicking the DARA logo.
• Added option to disable upload confirmation message.
• Confirm Brave Compatibility.
• Confirm Firefox Compatibility.
• Confirm Edge Compatibility.
• Confirm Opera Compatibility.
• Fixed low resolution UI images.
• Prevent multiple dashboards from opening.
• Removed 'notifications' permission.

v1.3.8:
• Added popup window on icon click.
• Whitelist removed.
• Various code optimizations.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DARA DARA
ID iompmkajdofndagijpjmknmnmhkapbhj
URL Chính Thức https://chromewebstore.google.com/detail/dara/iompmkajdofndagijpjmknmnmhkapbhj
Mô tả DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 1.7.8.9
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2022-03-02
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://theimmutable.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://projectdara.org
URL Trang Trợ Giúp https://dara.theimmutable.net
URL Trang Chính Sách Bảo Mật https://dara.theimmutable.net/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "128": "\/images\/icon128.png"
        },
        "default_title": "DARA",
        "default_popup": "\/html\/menu.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/fonts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies.",
    "manifest_version": 2,
    "icons": {
        "128": "\/images\/icon128.png",
        "48": "\/images\/icon48.png",
        "32": "\/images\/icon32.png",
        "24": "\/images\/icon24.png",
        "16": "\/images\/icon16.png"
    },
    "name": "DARA",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "tabs",
        "webNavigation",
        "webRequest",
        "storage"
    ],
    "version": "1.7.8.9",
    "web_accessible_resources": [
        "\/html\/*.html"
    ]
}