OneKey

Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks

OneKeyとは何ですか?

OneKeyはhttps://onekey.soによって開発されたChromeの拡張機能で、その主な機能は「Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        OneKey is a open source project of a decentralized wallet that allows users to self-custody their own digital assets, i.e.  #HYOK - HODL YOUR OWN KEY. 

MULTI-CHAIN SUPPORT
BTC, Lightning Network, Solana, Aptos, Near, STC, DOGE, LTC, Tron, EVM Chains (BSC, ETH, Arbitrum, Avalanche, Optimism, Polygon, CELO, CRO, FTM, HECO, OEC, xDai, and customized EVM Network).

MULTI-WALLET, MULTI-ACCOUNT SUPPORT
Create accounts for different Web3 sites to isolate contract risks.

SWAP
Best price. Lowest slippage.

HARDWARE WALLET
Store your crypto safer with OneKey hardware wallet.

WATCH ADDRESSES
Add public address to watch the whales.

ACCOUNT HISTORY
Easy to check history of your account.

---

Twitter:
https://twitter.com/OneKeyHQ

Join our Discord:
https://discord.gg/onekey

Star or create a PR to our Github Repo:
https://github.com/OneKeyHQ/app-monorepo                    

拡張機能の基本情報

名前 OneKey OneKey
ID jnmbobjmhlngoefaiojfljckilhhlhcj
公式URL https://chromewebstore.google.com/detail/onekey/jnmbobjmhlngoefaiojfljckilhhlhcj
説明 Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks
ファイルサイズ 18.64 MB
インストール数 50,000
現在のバージョン 4.21.0
最終更新日 2024-03-04
公開日 2022-04-10
評価 4.91/5 合計 813 レビュー
開発者 https://onekey.so
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.onekey.so
ヘルプページのURL https://help.onekey.so
プライバシーポリシーページのURL https://help.onekey.so/hc/articles/360002003315
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.21.0",
    "name": "OneKey",
    "description": "Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks",
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "injected.js",
        "icon-128-disable.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+O",
                "mac": "Alt+Shift+O",
                "chromeos": "Alt+Shift+O",
                "linux": "Alt+Shift+O"
            }
        }
    },
    "author": "https:\/\/www.onekey.so",
    "content_security_policy": "    script-src 'self' 'wasm-unsafe-eval'   ;    object-src 'self';    ",
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png"
        },
        "default_title": "OneKey",
        "default_popup": "ui-popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/dapp-server.onekey.so\/*",
        "*:\/\/*.onekeycn.com\/*",
        "*:\/\/*.onekeytest.com\/*",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ]
}