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 |
Eメール | [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'" } |