Crypto Tracker
Current price of your favorite crypto currency. Powered by CoinMarketCap.
Τι είναι το Crypto Tracker;
Το Crypto Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://underscorehao.net, και η κύρια λειτουργία του είναι "Current price of your favorite crypto currency. Powered by CoinMarketCap.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crypto Tracker
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" } } |