Rise - Aptos Wallet

A secure and powerful crypto wallet that brings all of the benefits of Aptos to you

什麼是Rise - Aptos Wallet?

Rise - Aptos Wallet是由https://risewallet.io開發的Chrome擴展程式,該擴展的主要功能是“A secure and powerful crypto wallet that brings all of the benefits of Aptos to you”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Rise - Aptos Wallet擴展crx文件

下載Rise - Aptos Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Rise is an Aptos wallet built by the experienced team that brought you Solflare on Solana!

Explore the Aptos blockchain in a secure way through a smooth interface and a wide range of powerful features:

🔹 Manage all your NFTs in one place.
🔹 Get the best routes for your crypto trades.
🔹 Receive real-time updates and stay up to date with all your favorite apps and NFT collections.

Experience the most advanced and secure wallet on the Aptos blockchain.

Download now and Rise up!                    

擴展基本資訊

名稱 Rise - Aptos Wallet Rise - Aptos Wallet
ID hbbgbephgojikajhfbomhlmmollphcad
官方網址 https://chromewebstore.google.com/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad
簡介 A secure and powerful crypto wallet that brings all of the benefits of Aptos to you
檔案大小 3.98 MB
安裝次數 26,029
目前版本 1.7.1
更新時間 2023-07-28
上架時間 2022-10-01
評分 4.94/5 共 18 次評分
開發者 https://risewallet.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://risewallet.io
說明頁面URL https://help.risewallet.io
隱私政策頁面URL https://solflare.com/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rise - Aptos Wallet",
    "description": "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you",
    "version": "1.7.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Rise Wallet",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Open Rise extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "phishing.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}