Uni Terminal

Uni Terminal, the first all-in-one terminal for crypto users!

Uni Terminal란 무엇입니까?

Uni Terminal은(는) https://uniterminal.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uni Terminal, the first all-in-one terminal for crypto users!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Uni Terminal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Uni Terminal is a straightforward Chrome extension, similar to browser wallet extensions. Installation is a breeze, and the user interface is intuitive for anyone familiar with crypto extensions.

Once installed, Uni Terminal offers a suite of tools to simplify and enhance your crypto experience:

For Trading:

- Trade Terminal: Customize and choose from popular snipers like Unibot, Maestro, Banana, Wagie, and more.
- Charting: Access charts (including potential additions like Dextools and Dexscreener) and tailor your preferences.
- "Right Click" Functions: Easily snipe, chart, or scan tokens from any website by highlighting and right-clicking the contract.

For Scanning:

- Scan Contracts: Instantly scan any contract by highlighting and right-clicking, even from external websites.
- Live Pairs: Enjoy free live pairs from DexScreener.
- Alpha Signal Bot Partnership: Collaborate with MD Bot for alpha signals.
- Token Security Scan Integration: Seamlessly integrate with various scanning bots like PIRB and TTF bot.
- Pre-deploy Scanner and Contract Simulator: Utilize TUF for pre-deployment checks.

DAPP Integrations:

- GambleFi: Access WINR's Just Bet, Sanko Dream machine, and more!
- Perpetuals (Perps): Trade GMX, Aark Digital, or Degensbet!

Social App Integrations:

- Telegram Web: Open Telegram in your browser.
- Discord Web: Access Discord within your browser.
- FriendTech Web: Open FriendTech in your browser.

Uni Terminal streamlines your crypto journey with these tools, making it a must-have extension for crypto enthusiasts.                    

확장 프로그램 기본 정보

이름 Uni Terminal Uni Terminal
ID jdgkkjhbaeanpffcjkdmdnmdladiacgi
공식 URL https://chromewebstore.google.com/detail/uni-terminal/jdgkkjhbaeanpffcjkdmdnmdladiacgi
설명 Uni Terminal, the first all-in-one terminal for crypto users!
파일 크기 9.48 MB
설치 횟수 10,913
현재 버전 4.0.1
최근 업데이트 2024-02-16
출시 날짜 2023-11-18
평점 4.98/5 총 49 개의 평점
개발자 https://uniterminal.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://uniterminal.xyz
도움말 페이지 URL https://uni-terminal.gitbook.io/uni-terminal-gitbook/
개인정보 보호 정책 페이지 URL https://uniterminal.xyz/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uni Terminal",
    "description": "Uni Terminal, the first all-in-one terminal for crypto users!",
    "version": "4.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "UniTerminal - Easy trading",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "clipboardRead"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "eth-bi.png",
                "sol-bi.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}