Crypto Tracker
Current price of your favorite crypto currency. Powered by CoinMarketCap.
什麼是Crypto Tracker?
Crypto Tracker是由http://underscorehao.net開發的Chrome擴展程式,該擴展的主要功能是“Current price of your favorite crypto currency. Powered by CoinMarketCap.”。
擴展截圖
下載Crypto Tracker擴展crx文件
下載Crypto Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension displays the current price of your favorite cryptocurrency on the badge icon in real time. There's also a popup for additional information and options page where you can choose your favorite cryptocurrency (Top 50 from CoinMarketCap) and the current rate in fiat of your choosing. New in 0.0.9: * Fixed some bugs * Show double precision price on the badge and popup. * Changes to the Options screen. * New light theme which can be turned on from the Options screen. The current road map for version 0.1.0 includes: * Desktop alerts when the price hits a certain threshold If you have any suggestions or feedback feel free to contact me. Code available on github - https://github.com/underscoreHao/crypto-tracker If you find this extension helpful you can donate: BTC: 1JXh8r3WTQt8dN8kc2rLzRNSEQafSBNHpk ETH: 0x56F8584849568D5F7C2BB31DdC8552a1b4515F63 OMG: 0x56F8584849568D5F7C2BB31DdC8552a1b4515F63 LTC: LNWMGeGzy9fDCbfZLvr6swLYxmuA7LTXex
擴展基本資訊
名稱 | |
ID | oclnggnhbahdbgjoldcboibocfbligpi |
官方網址 | https://chrome.google.com/webstore/detail/crypto-tracker/oclnggnhbahdbgjoldcboibocfbligpi |
簡介 | Current price of your favorite crypto currency. Powered by CoinMarketCap. |
檔案大小 | 115 KB |
安裝次數 | 140 |
目前版本 | 0.0.9 |
更新時間 | 2018-03-29 |
上架時間 | 2018-03-29 |
評分 | 2.25/5 共 4 次評分 |
開發者 | http://underscorehao.net |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Tracker", "short_name": "Crypto ticker", "version": "0.0.9", "manifest_version": 2, "description": "Current price of your favorite crypto currency. Powered by CoinMarketCap.", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/api.coinmarketcap.com\/*", "alarms", "storage", "notifications" ], "options_page": "src\/options\/options.html", "browser_action": { "default_icon": "icons\/[email protected]", "default_title": "Crypto Tracker", "default_popup": "src\/popup\/popup.html" } } |