Bitcoin GO
Get live notifications for bitcoin value
Bitcoin GOとは何ですか?
Bitcoin GOはcolkitoによって開発されたChromeの拡張機能で、その主な機能は「Get live notifications for bitcoin value」です。
拡張機能のスクリーンショット
Bitcoin GO拡張機能のCRXファイルをダウンロード
Bitcoin GO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just shows the Bitstamp BTC (Bitcoin) price/rate. It's fetched every 10 seconds or when the user clicks on the icon. About badge background colours: * black - price did not change from last fetch. * green - price went up * red - price went down source code: https://github.com/colkito/BitcoinGO-extension *** This is not an official plugin! *** The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp. More info about Bitstamp can be found from bitstamp.net
拡張機能の基本情報
名前 | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
公式URL | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
説明 | Get live notifications for bitcoin value |
ファイルサイズ | 24.3 KB |
インストール数 | 64 |
現在のバージョン | 0.0.3 |
最終更新日 | 2014-01-29 |
公開日 | 2014-01-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | colkito |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin GO", "version": "0.0.3", "description": "Get live notifications for bitcoin value", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitcoin-16.png" } } |