SKY Wallet

The Crypto Wallet You Deserve.

O que é SKY Wallet?

SKY Wallet é uma extensão do Chrome desenvolvida por https://getsky.app, e sua principal característica é "The Crypto Wallet You Deserve.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SKY Wallet

Baixe arquivos de extensão SKY Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SKY Wallet SKY Wallet
ID llakdhpogpnejheknjbhbadoaomejgbi
URL Oficial https://chromewebstore.google.com/detail/sky-wallet/llakdhpogpnejheknjbhbadoaomejgbi
Descrição The Crypto Wallet You Deserve.
Tamanho do Arquivo 16.81 MB
Contagem de Instalações 132
Versão Atual 1.0.14
Última Atualização 2023-01-17
Data de Publicação 2022-06-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://getsky.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getsky.app
URL da Página de Política de Privacidade https://www.getsky.app/privacy
Idiomas Suportados 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
        }
    ]
}