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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |