Bitcoin price at Bitstamp
Displays the current bitcoin price at Bitstamp.
Bitcoin price at Bitstampとは何ですか?
Bitcoin price at BitstampはBernardo Boncompagniによって開発されたChromeの拡張機能で、その主な機能は「Displays the current bitcoin price at Bitstamp.」です。
拡張機能のスクリーンショット
Bitcoin price at Bitstamp拡張機能のCRXファイルをダウンロード
Bitcoin price at Bitstamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays the latest Bitcoin price at BitStamp. Background color-coded: more greenish means closer to the maximum of the day, more reddish means closer to the minimum. Options allow entering a Bitcoin quantity for real-time value conversion and the currency you wish to follow (EUR or USD). Popup shows last value, daily high and low, ask, bid, number of Bitcoins owned, their value, hourly and weekly Trading View candle charts. DISCLAIMER: I am not affiliated with Bitstamp or TradingView in any way. CHANGELOG v. 1.4: now uses charts from TradingView v. 1.3.1: added support for prices > 10,000 (displayed as 00.0k) v. 1.3: finally added dot (changes in Chrome allow for smaller fonts) v. 1.2: added support for Euro exchange v. 1.1: added daily high and low.
拡張機能の基本情報
名前 | |
ID | inpkhjhgpbkjdaomkiacfamklnocegdj |
公式URL | https://chrome.google.com/webstore/detail/bitcoin-price-at-bitstamp/inpkhjhgpbkjdaomkiacfamklnocegdj |
説明 | Displays the current bitcoin price at Bitstamp. |
ファイルサイズ | 28.18 KB |
インストール数 | 475 |
現在のバージョン | 1.4 |
最終更新日 | 2021-08-06 |
公開日 | 2019-06-03 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | Bernardo Boncompagni |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin price at Bitstamp", "short_name": "Bitstamp BTC price", "description": "Displays the current bitcoin price at Bitstamp.", "version": "1.4", "background": { "scripts": [ "script.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Click to show more information", "default_popup": "popup.htm", "default_icon": { "19": "19.png" } }, "permissions": [ "https:\/\/www.bitstamp.net\/", "storage" ] } |