Crypto portfolio: Blockchain & Crypto tracker

Your Real-Time (on-chain) Cryptocurrency, NFT-explorer and wallet tracker.

Crypto portfolio: Blockchain & Crypto trackerคืออะไร?

Crypto portfolio: Blockchain & Crypto tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marty_cFly และคุณลักษณะหลักของมันคือ "Your Real-Time (on-chain) Cryptocurrency, NFT-explorer and wallet tracker."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto portfolio: Blockchain & Crypto tracker

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

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

                        Hey Crypto Enthusiasts,

Born out of my personal need to keep up with the fast-paced world of cryptocurrencies and NFTs, I built this free tool to bring you in-depth, real-time information, directly from your browser on any page.

Looking for some specific feature? Reach out to me on X: @Marty_cFly

Key Features
- Personal Portfolio Management
Add and track your selected coins, monitor the value of your specific holdings in real-time.
- Account Alerts
Stay informed with hourly updates on the Ethereum accounts of industry leaders and whales. Know their moves as they make them.
- Trending Coins & Tokens
A feature that keeps you in the loop with real-time data of the most searched coins and tokens. Stay ahead with informed decisions.
- Whale finder
On-chain Whale Finder to track the top 50 transactions by size out of the last 10,000 txs for any given coin.
- NFT Info
Step into the NFT space with ease. Get updated on prices and daily transaction volumes of popular NFTs at a glance.
- Navigation
I’ve integrated hotkeys and simplified navigation to ensure that detailed crypto data is not just accessible but also easy to maneuver. Utilize Arrow and Tab keys to switch between options and different charts.

I’ve powered this tool with CoinGecko and Etherscan APIs to ensure you get nothing but the most accurate and real-time data. 

Don't forget to add your own API key for faster results. 

How to Begin
It’s simple - install the extension, and you’re ready to dive deep into the world of cryptocurrencies and NFTs with information and insights readily available.

If there’s something specific you’re looking for or if you have ideas that can make this tool even better, I’m all ears. Your feedback is not just welcomed; it’s needed to make this the ultimate tool for every crypto enthusiast.

X:  @Marty_cFly

Regards,
Marty                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crypto portfolio: Blockchain & Crypto tracker Crypto portfolio: Blockchain & Crypto tracker
ID pkaheoacmbdgnemgmcdbekniooabcnmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-portfolio-blockcha/pkaheoacmbdgnemgmcdbekniooabcnmc
คำอธิบาย Your Real-Time (on-chain) Cryptocurrency, NFT-explorer and wallet tracker.
ขนาดไฟล์ 360 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 2.0.12
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2022-02-09
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Marty_cFly
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/Marty_cFly
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto portfolio: Blockchain & Crypto tracker",
    "description": "Your Real-Time (on-chain) Cryptocurrency, NFT-explorer and wallet tracker.",
    "version": "2.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "images\/CryptoExplorer_logo_128.png",
        "48": "images\/CryptoExplorer_logo_128.png",
        "128": "images\/CryptoExplorer_logo_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Crypto portfolio pro: Blockchain & Crypto tracker",
        "default_icon": "images\/CryptoExplorer_logo_128.png"
    },
    "host_permissions": [
        "https:\/\/api.etherscan.io\/",
        "https:\/\/etherscan.io\/"
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Opens Explorer"
        }
    }
}