CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
什麼是CryptoCurrency Ticker?
CryptoCurrency Ticker是由Daniel開發的Chrome擴展程式,該擴展的主要功能是“Receive the latest changes on your CryptoCurrency and AltCoin value in $US.”。
擴展截圖
下載CryptoCurrency Ticker擴展crx文件
下載CryptoCurrency Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
擴展基本資訊
名稱 | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
官方網址 | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
簡介 | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
檔案大小 | 46.87 KB |
安裝次數 | 226 |
目前版本 | 1.0.1 |
更新時間 | 2017-08-18 |
上架時間 | 2017-08-18 |
評分 | 3.33/5 共 6 次評分 |
開發者 | Daniel |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |