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 | 
| Eメール | [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"
    }
}  |  |