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 |
官方網址 | 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 |
電子郵箱 | [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 } } |