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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}