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 |
| 官方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"
}
} | |