DARA

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

DARA란 무엇입니까?

DARA은(는) https://theimmutable.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DARA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 DARA DARA
ID iompmkajdofndagijpjmknmnmhkapbhj
공식 URL https://chromewebstore.google.com/detail/dara/iompmkajdofndagijpjmknmnmhkapbhj
설명 DARA enables users to permanently and immutably store virtually any web content forever, using IPFS and Blockchain technologies.
파일 크기 1.38 MB
설치 횟수 124
현재 버전 1.7.8.9
최근 업데이트 2023-01-17
출시 날짜 2022-03-02
평점 5.00/5 총 9 개의 평점
개발자 https://theimmutable.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://projectdara.org
도움말 페이지 URL https://dara.theimmutable.net
개인정보 보호 정책 페이지 URL https://dara.theimmutable.net/privacypolicy.html
지원되는 언어 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"
    ]
}