Punk Domains

This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.

Punk Domainsคืออะไร?

Punk Domains เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://punk.domains และคุณลักษณะหลักของมันคือ "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Punk Domains

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

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

                        This extension resolves top-level domains from the Punk Domains ecosystem.

Punk Domains is a Web3 domain name service that offers domain names for DAOs and communities (.pool, .flr, .op, .smol, etc.)

By using this extension you can easily find an address behind a domain name, or a designated URL that domain should redirect to.

For more information, please visit https://punk.domains or our documentation at https://docs.punk.domains.                    

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

ชื่อ Punk Domains Punk Domains
ID mdcmgmmealkedhjjpapbgoiabnkgieem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/punk-domains/mdcmgmmealkedhjjpapbgoiabnkgieem
คำอธิบาย This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
ขนาดไฟล์ 608 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2022-04-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://punk.domains
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://punk.domains
URL หน้าช่วยเหลือ https://docs.punk.domains
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Punk Domains",
    "description": "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "icons": {
        "100": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    }
}