Coins
Track your favorite cryptocurrencies
Τι είναι το Coins;
Το Coins είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον usmanity, και η κύρια λειτουργία του είναι "Track your favorite cryptocurrencies".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coins
Λήψη αρχείων επέκτασης Coins σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get a quick overview of the top coins. When you first open the Chrome extension, you will see the top 10 coins. You can search for other coins in the search box. Use the keyboard shortcuts to open the extension even quicker! Mac: Command + Control + C Windows: Control + Shift + C This extension is still a work in progress. If you'd like to report and issue please file one here: https://github.com/usmanity/coins/issues
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | joncmnocnjnffkopobkdnlcaanhbbpki |
Επίσημο URL | https://chromewebstore.google.com/detail/coins/joncmnocnjnffkopobkdnlcaanhbbpki |
Περιγραφή | Track your favorite cryptocurrencies |
Μέγεθος Αρχείου | 384 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2018-04-12 |
Ημερομηνία Δημοσίευσης | 2018-04-11 |
Προγραμματιστής | usmanity |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/usmanity/coins |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/usmanity/coins/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coins", "description": "Track your favorite cryptocurrencies", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_popup": "coins.html", "default_icon": "coin.png" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+C", "mac": "Command+MacCtrl+C", "chromeos": "Ctrl+Shift+C", "linux": "Ctrl+Shift+C" } } } } |