Gas Now Notifier
This extension will give you the gas price and notify you
Apa itu Gas Now Notifier?
Gas Now Notifier adalah ekstensi Chrome yang dikembangkan oleh Wadie ELARRIM, dan fitur utamanya adalah "This extension will give you the gas price and notify you".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gas Now Notifier
Unduh file ekstensi Gas Now Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL Resmi | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Deskripsi | This extension will give you the gas price and notify you |
Ukuran File | 17.67 KB |
Jumlah Instalasi | 752 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-12-29 |
Tanggal Publikasi | 2020-12-28 |
Pengembang | Wadie ELARRIM |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://www.linkedin.com/in/welarrim/ |
Bahasa yang Didukung | 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;" } |