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 |
官方網址 | 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" } |