Bitcoin Tab
Replace new tab page with a crypto dashboard
Was ist Bitcoin Tab?
Bitcoin Tab ist eine Chrome-Erweiterung, die von Bitcoin Tab entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with a crypto dashboard".
Erweiterungsscreenshots
Bitcoin Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitcoin Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
☆ 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
Grundlegende Informationen zur Erweiterung
Name | Bitcoin Tab |
ID | llpbjcejemjfaicajiephoejjnogfbed |
Offizielle URL | https://chromewebstore.google.com/detail/bitcoin-tab/llpbjcejemjfaicajiephoejjnogfbed |
Beschreibung | Replace new tab page with a crypto dashboard |
Dateigröße | 1.23 MB |
Installationsanzahl | 42 |
Aktuelle Version | 1.1.6 |
Letztes Update | 2020-11-29 |
Veröffentlichungsdatum | 2020-07-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Bitcoin Tab |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |