Bitcoin price
Displays the current bitcoin price.
Bitcoin priceとは何ですか?
Bitcoin priceはar2rによって開発されたChromeの拡張機能で、その主な機能は「Displays the current bitcoin price.」です。
拡張機能のスクリーンショット
Bitcoin price拡張機能のCRXファイルをダウンロード
Bitcoin price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple BTC / Bitcoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
拡張機能の基本情報
名前 | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
公式URL | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
説明 | Displays the current bitcoin price. |
ファイルサイズ | 63.82 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2018-01-17 |
公開日 | 2018-01-17 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | ar2r |
支払い方法 | free |
拡張機能のウェブサイト | http://allcoinindex.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current bitcoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Bitcoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Bitcoin Price", "version": "1.0" } |