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”。
扩展截图
下载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 |
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'" } |