Uni Terminal

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

Uni Terminalคืออะไร?

Uni Terminal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uniterminal.xyz และคุณลักษณะหลักของมันคือ "Uni Terminal, the first all-in-one terminal for crypto users!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uni Terminal

ดาวน์โหลดไฟล์ส่วนขยาย Uni Terminal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}