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
电子邮箱 [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
        }
    ]
}