Bitcoin Price Widget
Simple Bitcoin price widget powered by the CoinDesk API
什麼是Bitcoin Price Widget?
Bitcoin Price Widget是由Adam Simon開發的Chrome擴展程式,該擴展的主要功能是“Simple Bitcoin price widget powered by the CoinDesk API”。
擴展截圖
下載Bitcoin Price Widget擴展crx文件
下載Bitcoin Price Widget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get the Bitcoin price in USD, GBP and EUR real-time using this simple widget powered by the CoinDesk API.
擴展基本資訊
名稱 | Bitcoin Price Widget |
ID | djhphipieecndgbplonaadoiefnjfnia |
官方網址 | https://chromewebstore.google.com/detail/bitcoin-price-widget/djhphipieecndgbplonaadoiefnjfnia |
簡介 | Simple Bitcoin price widget powered by the CoinDesk API |
檔案大小 | 935 KB |
安裝次數 | 132 |
目前版本 | 1.0.1 |
更新時間 | 2023-05-21 |
上架時間 | 2018-08-01 |
開發者 | Adam Simon |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin Price Widget", "version": "1.0.1", "description": "Simple Bitcoin price widget powered by the CoinDesk API", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "bit.html" }, "author": "Adam Simon" } |