Bitcoin Price
Display the current Bitcoin price in Chrome.
Bitcoin Priceとは何ですか?
Bitcoin Priceはhttp://edwardbowden.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Display the current Bitcoin price in Chrome.」です。
拡張機能のスクリーンショット
Bitcoin Price拡張機能のCRXファイルをダウンロード
Bitcoin Price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows the current BTC price at all times right in your browser. Customisable, simple and effective. Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt
拡張機能の基本情報
名前 | |
ID | jiijoddlomajkmcbcafjfgpfjbmeoldh |
公式URL | https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh |
説明 | Display the current Bitcoin price in Chrome. |
ファイルサイズ | 64.87 KB |
インストール数 | 243 |
現在のバージョン | 0.2.0 |
最終更新日 | 2017-06-15 |
公開日 | 2017-06-15 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://edwardbowden.co.uk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://edwardbowden.co.uk |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "short_name": "Clean Tab", "description": "Display the current Bitcoin price in Chrome.", "version": "0.2.0", "permissions": [ "alarms" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png" }, "default_title": "BTC Price", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true } } |