OneWallet Kratos Mainnet

OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)

什麼是OneWallet Kratos Mainnet?

OneWallet Kratos Mainnet是由https://oneledger.io開發的Chrome擴展程式,該擴展的主要功能是“OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載OneWallet Kratos Mainnet擴展crx文件

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

擴展使用說明

                        The OneWallet allows users to make various types of Transactions on the OneLedger Network.  

Primary Features:
1. Interoperability is one of the prime features of the OneLedger Network, the OneWallet allows users to easily move there ETH from Ethereum to 
     the OneLedger Network
2. Domain Management is another key feature on the OneLedger Network, which is exposed by the OneWallet.  Allowing users to take on a user friendly 
     domain name in place of a hexadecimal address for their accounts.  Users can send any currency accepted by OneLedger to a Domain.
3.  HD Wallet capabilities ensures that the OneWallet is highly secure and completely decentralized.
4.  Of course no wallet would be complete without the ability to send tokens.  You can manage send tokens from ay currency that OneLedger supports.
5.  App Ecosystem, which provides Governance Proposals as a key application for changing the OneLedger Network

Release Notes:
- Fix for OLT TX type                    

擴展基本資訊

名稱 OneWallet Kratos Mainnet OneWallet Kratos Mainnet
ID bbmdccojdbpcpmoadenplnoncfcijgkn
官方網址 https://chromewebstore.google.com/detail/onewallet-kratos-mainnet/bbmdccojdbpcpmoadenplnoncfcijgkn
簡介 OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)
檔案大小 4.44 MB
安裝次數 1,576
目前版本 2.5.2
更新時間 2021-11-23
上架時間 2020-06-08
評分 4.57/5 共 14 次評分
開發者 https://oneledger.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.oneledger.io/products/onewallet
隱私政策頁面URL https://www.oneledger.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneWallet Kratos Mainnet",
    "version": "2.5.2",
    "description": "OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)",
    "manifest_version": 2,
    "icons": {
        "128": "ol_logo_kainos_128x128.png",
        "48": "ol_logo_kainos_48x48.png",
        "16": "ol_logo_kainos_16x16.png"
    },
    "browser_action": {
        "default_icon": "ol_logo_kainos_16x16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/mainnet.infura.io",
        "https:\/\/raw.githubusercontent.com\/Oneledger\/kratos-genesis\/master\/eth_contract_address",
        "https:\/\/kratos.oneledger.network",
        "https:\/\/explorer.kratos.oneledger.network\/",
        "https:\/\/fullnode-sdk.kratos.oneledger.network\/jsonrpc"
    ],
    "background": {
        "scripts": [
            "public\/mainWindow.min.js"
        ],
        "persistent": false
    }
}