Punk Domains
This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
什麼是Punk Domains?
Punk Domains是由https://punk.domains開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.”。
擴展截圖
下載Punk Domains擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mdcmgmmealkedhjjpapbgoiabnkgieem |
| 官方網址 | 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"
}
} | |