SKY Wallet

The Crypto Wallet You Deserve.

SKY Walletとは何ですか?

SKY Walletはhttps://getsky.appによって開発されたChromeの拡張機能で、その主な機能は「The Crypto Wallet You Deserve.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

SKY Wallet拡張機能のCRXファイルをダウンロード

SKY Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Crypto Wallet You Deserve.

With SKY, along with the basic wallet functionalities, you can showcase your NFT collections via a shareable link, create custom USDC/SOL Payment Links, view Token details right from your wallet and much more.

"SKY Wallet" gives you full control of your crypto tokens. You hold your secret and private keys. With SKY Wallet you can create and manage multiple wallets (via private keys).

Use SKY Wallet to send, trade and receive assets, send payment links, swap tokens, receive messages directly from NFT creators and share your public NFT gallery on the Solana blockchain.                    

拡張機能の基本情報

名前 SKY Wallet SKY Wallet
ID llakdhpogpnejheknjbhbadoaomejgbi
公式URL https://chromewebstore.google.com/detail/sky-wallet/llakdhpogpnejheknjbhbadoaomejgbi
説明 The Crypto Wallet You Deserve.
ファイルサイズ 16.81 MB
インストール数 132
現在のバージョン 1.0.14
最終更新日 2023-01-17
公開日 2022-06-17
評価 5.00/5 合計 1 レビュー
開発者 https://getsky.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getsky.app
プライバシーポリシーページのURL https://www.getsky.app/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SKY Wallet",
    "description": "The Crypto Wallet You Deserve.",
    "version": "1.0.14",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "sky16.png",
        "24": "sky24.png",
        "32": "sky32.png",
        "48": "sky48.png",
        "128": "sky128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script-build.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}