Bitcoin Tab

Replace new tab page with a crypto dashboard

Bitcoin Tabคืออะไร?

Bitcoin Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitcoin Tab และคุณลักษณะหลักของมันคือ "Replace new tab page with a crypto dashboard"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ☆ TRACK YOUR CRYPTO PORTFOLIO IN EACH NEW TAB ☆

Bitcoin Tab replaces your New Tab page with crypto market data and a stunning daily background image.

Add your portfolio and even link your Ethereum address to keep an eye on your assets in each new tab. No need to pull out your phone or visit a specific website...

☆ FEATURES ☆

• Portfolio Tracking
• Link your Ethereum Address to Track it Automatically
• Custom watchlist
• Bitcoin Price, Change, Volume, Market Cap
• 24hr Price Chart
• Gas Prices
• Choose your Currency
• Customise your View
• Stunning Images from Around the World
• Powered by CoinGecko

☆ GET IN TOUCH ☆

Hit us up on Twitter @_bitcointab                    

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

ชื่อ Bitcoin Tab Bitcoin Tab
ID llpbjcejemjfaicajiephoejjnogfbed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitcoin-tab/llpbjcejemjfaicajiephoejjnogfbed
คำอธิบาย Replace new tab page with a crypto dashboard
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2020-11-29
วันที่เผยแพร่ 2020-07-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bitcoin Tab
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Tab",
    "author": "Bitcoin Tab",
    "version": "1.1.6",
    "description": "Replace new tab page with a crypto dashboard",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}