Cryptocurrency Price Notification
Allow track cryptocurrency price
Τι είναι το Cryptocurrency Price Notification;
Το Cryptocurrency Price Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον livecode1986one, και η κύρια λειτουργία του είναι "Allow track cryptocurrency price".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cryptocurrency Price Notification
Λήψη αρχείων επέκτασης Cryptocurrency Price Notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
Επίσημο URL | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
Περιγραφή | Allow track cryptocurrency price |
Μέγεθος Αρχείου | 788 KB |
Αριθμός Εγκαταστάσεων | 63 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2021-04-06 |
Ημερομηνία Δημοσίευσης | 2021-04-03 |
Προγραμματιστής | livecode1986one |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |