Gas Now Notifier
This extension will give you the gas price and notify you
Gas Now Notifier là gì?
Gas Now Notifier là một tiện ích mở rộng Chrome được phát triển bởi Wadie ELARRIM, và tính năng chính của nó là "This extension will give you the gas price and notify you".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gas Now Notifier
Tải xuống các tệp mở rộng Gas Now Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL Chính Thức | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Mô tả | This extension will give you the gas price and notify you |
Kích Thước Tệp | 17.67 KB |
Số Lần Cài Đặt | 752 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-12-29 |
Ngày Phát Hành | 2020-12-28 |
Nhà Phát Triển | Wadie ELARRIM |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.linkedin.com/in/welarrim/ |
Ngôn Ngữ Được Hỗ Trợ | 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;" } |