Bitcoin Tab
Replace new tab page with a crypto dashboard
Qu'est-ce que Bitcoin Tab ?
Bitcoin Tab est une extension Chrome développée par Bitcoin Tab, et sa fonction principale est "Replace new tab page with a crypto dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Tab
Téléchargez les fichiers d'extension Bitcoin Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
☆ 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
Informations de Base sur l'Extension
Nom | Bitcoin Tab |
ID | llpbjcejemjfaicajiephoejjnogfbed |
URL Officiel | https://chromewebstore.google.com/detail/bitcoin-tab/llpbjcejemjfaicajiephoejjnogfbed |
Description | Replace new tab page with a crypto dashboard |
Taille du Fichier | 1.23 MB |
Nombre d'Installations | 42 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2020-11-29 |
Date de Publication | 2020-07-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Bitcoin Tab |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |