Bitstamp Ticker
Realtime bitcoin prices from Bitstamp
Bitstamp Tickerとは何ですか?
Bitstamp TickerはPiotrekによって開発されたChromeの拡張機能で、その主な機能は「Realtime bitcoin prices from Bitstamp」です。
拡張機能のスクリーンショット
Bitstamp Ticker拡張機能のCRXファイルをダウンロード
Bitstamp Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bitstamp time ticker, showing bitcoin price in USD and EUR.
It uses bitstamp V2 web-sockets protocol for a real time price updates.
If you want to see the EUR price over the icon, just click on the value in the "Last" row of the popup window. 拡張機能の基本情報
| 名前 | |
| ID | iloecoadcnbkhepoaacjnegdmhapiiek |
| 公式URL | https://chromewebstore.google.com/detail/bitstamp-ticker/iloecoadcnbkhepoaacjnegdmhapiiek |
| 説明 | Realtime bitcoin prices from Bitstamp |
| ファイルサイズ | 27.15 KB |
| インストール数 | 98 |
| 現在のバージョン | 2.8.0 |
| 最終更新日 | 2023-02-17 |
| 公開日 | 2020-05-05 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | Piotrek |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "bitstamp32.png",
"default_popup": "popup.html"
},
"description": "Realtime bitcoin prices from Bitstamp",
"icons": {
"128": "bitstamp128.png"
},
"manifest_version": 2,
"name": "Bitstamp Ticker",
"permissions": [
"https:\/\/www.bitstamp.net\/"
],
"version": "2.8.0"
} | |