Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Everything about Dogecoin in one extension
Τι είναι το Dogecoin AllInOne: DOGE Ticker/Wallet viewer;
Το Dogecoin AllInOne: DOGE Ticker/Wallet viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zed's Dev, και η κύρια λειτουργία του είναι "Everything about Dogecoin in one extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Λήψη αρχείων επέκτασης Dogecoin AllInOne: DOGE Ticker/Wallet viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With Dogecoin All-in-one, you will be able to gather informations you really need : - Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency - Evolution for current day - Customizable addresses balances Source code is public: no malware, no weird permissions, no bullshit. You can check the source code on Github (https://github.com/ZedsDev/dogecoin-allinone) If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/dogecoin-allinone/issues) To the moon!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dogecoin AllInOne: DOGE Ticker/Wallet viewer |
ID | egbmffkgnnmfcnjhcmdajehbnehnjaoo |
Επίσημο URL | https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo |
Περιγραφή | Everything about Dogecoin in one extension |
Μέγεθος Αρχείου | 887 KB |
Αριθμός Εγκαταστάσεων | 459 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2021-03-26 |
Ημερομηνία Δημοσίευσης | 2021-03-23 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Zed's Dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ZedsDev/dogecoin-allinone |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ZedsDev/dogecoin-allinone/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogecoin AllInOne: DOGE Ticker\/Wallet viewer", "version": "1.1.1", "manifest_version": 2, "description": "Everything about Dogecoin in one extension", "icons": { "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png", "128": "static\/images\/icon128.png" }, "options_page": "options\/options.html", "browser_action": { "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "scripts": [ "static\/js\/config.js", "static\/js\/app.js", "static\/js\/background.js" ] }, "permissions": [ "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=XDG*", "https:\/\/dogechain.info\/api\/v1\/address\/balance\/*", "https:\/\/fonts.googleapis.com\/*" ] } |