Gas Now Notifier
This extension will give you the gas price and notify you
Τι είναι το Gas Now Notifier;
Το Gas Now Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wadie ELARRIM, και η κύρια λειτουργία του είναι "This extension will give you the gas price and notify you".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gas Now Notifier
Λήψη αρχείων επέκτασης Gas Now Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Gas Now Notifier was created with love because I needed to check every time the gas price. With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal. PS : Gas Now Notifier fetch data from Gas Now
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Επίσημο URL | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Περιγραφή | This extension will give you the gas price and notify you |
Μέγεθος Αρχείου | 17.67 KB |
Αριθμός Εγκαταστάσεων | 752 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-12-29 |
Ημερομηνία Δημοσίευσης | 2020-12-28 |
Προγραμματιστής | Wadie ELARRIM |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.linkedin.com/in/welarrim/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gas Now Notifier", "description": "This extension will give you the gas price and notify you", "version": "1.0.1", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "alarms" ], "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;" } |