Bitcoin Tab

Replace new tab page with a crypto dashboard

什麼是Bitcoin Tab?

Bitcoin Tab是由Bitcoin Tab開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a crypto dashboard”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bitcoin Tab擴展crx文件

下載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
官方網址 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'"
}