Topia

Crypto wallet dedicate to multiple-chain holders

Topia란 무엇입니까?

Topia은(는) poll.lee917에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypto wallet dedicate to multiple-chain holders"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Topia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Topia is a decentralized plug-in wallet specially designed for TOP Network and Filecoin, seamlessly connected to the chain ecology.

Topia for TOP Network
*Support store native TOP token
*Support transfer native TOP

Topia for Filecoin
*Support store and transfer native FIL token
*Support Filecoin staking in Filet                    

확장 프로그램 기본 정보

이름 Topia Topia
ID defppbijcpjpebjmpmmpleaojjlagdjb
공식 URL https://chromewebstore.google.com/detail/topia/defppbijcpjpebjmpmmpleaojjlagdjb
설명 Crypto wallet dedicate to multiple-chain holders
파일 크기 9.19 MB
설치 횟수 405
현재 버전 1.2.2
최근 업데이트 2023-12-29
출시 날짜 2022-09-18
평점 3.00/5 총 3 개의 평점
개발자 poll.lee917
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.topiawallet.io/
개인정보 보호 정책 페이지 URL https://www.topiawallet.io/Privacy_Policy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Topia",
    "description": "Crypto wallet dedicate to multiple-chain holders",
    "version": "1.2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Topia",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}