AR.IO WayFinder

WayFinder (Alpha) streamlines access to the Permaweb through the AR.IO Network and Arweave Name System.

AR.IO WayFinderคืออะไร?

AR.IO WayFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Permanent Data Solutions, Inc และคุณลักษณะหลักของมันคือ "WayFinder (Alpha) streamlines access to the Permaweb through the AR.IO Network and Arweave Name System."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AR.IO WayFinder

ดาวน์โหลดไฟล์ส่วนขยาย AR.IO WayFinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔍 What is it?

AR.IO WayFinder (alpha) is your companion to effortlessly access and explore the permaweb—a revolutionary space where files, apps, and data are stored forever on Arweave.

🌟 Why WayFinder?

Whether you are a tech enthusiast, a developer, or someone curious about the next-gen web3, WayFinder makes navigating the permaweb a breeze! It’s private, open-source, user-friendly, and doesn’t require any cryptocurrency wallet.

🌐 Understanding ar:// Protocol in Simple Terms

Wayfinder showcases the ar:// protocol, a unique web address schema used to directly navigate to and interact with content stored on the permaweb, without needing any complicated setups or knowing gateway domains.

💪 Powering Decentralization and Resilience

By leveraging the ar:// protocol, WayFinder opens the doors to a decentralized and resilient web where the control is in your hands, ensuring the content you access is uncensored and unaltered. It intelligently connects you to the most efficient gateway on the AR.IO Network, optimizing your journey through Arweave's everlasting storage.

Gateways are discovered via a comprehensive gateway address registry.  It is a detailed list of all available gateways along with their stakes, domain names, and additional information, ensuring you are always connected to the most reliable and efficient entry points to the permaweb.

✨ WayFinder Features:

- Enter ar:// URLs directly in your Chrome address bar.
- Seamless integration with HTML elements using ar:// for site builders.
- Quickly view registered gateways, their status and details.
- Multiple, algorithmic gateway selection options and real-time health checks for a smooth experience.
- Simple usage log to keep you informed.

And much more!!

📢 Experience it Now!

Install WayFinder and explore the permaweb by entering ar://{name} or ar://{arweaveTransactionId} in your address bar. 

For instance:

ar://wiki
ar://ardrive
ar://yellow-paper
ar://fyJnkfj-L_Gamap2qJM3XopmWDXNvY7XNlBONbJBM8g

📚 Inspiration & Education

This extension is designed to inspire users and developers to explore and leverage the ar:// protocol, providing insights about the groundbreaking possibilities of a permanent web and the AR.IO network’s role in enabling it.

💡 Learn & Contribute:

Learn more about AR.IO Network: https://ar.io
Contribute or report an issue: https://github.com/ar-io/wayfinder
Join the conversation on Discord: https://discord.gg/zAZ8p9ARqC

Note: WayFinder is currently in alpha testing, so results may vary.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AR.IO WayFinder AR.IO WayFinder
ID hnhmeknhajanolcoihhkkaaimapnmgil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ario-wayfinder/hnhmeknhajanolcoihhkkaaimapnmgil
คำอธิบาย WayFinder (Alpha) streamlines access to the Permaweb through the AR.IO Network and Arweave Name System.
ขนาดไฟล์ 36.93 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2023-08-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Permanent Data Solutions, Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ar.io
URL หน้านโยบายความเป็นส่วนตัว https://ar.io/terms-and-conditions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AR.IO WayFinder",
    "version": "0.0.9",
    "description": "WayFinder (Alpha) streamlines access to the Permaweb through the AR.IO Network and Arweave Name System.",
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}