Gas Now Notifier
This extension will give you the gas price and notify you
什麼是Gas Now Notifier?
Gas Now Notifier是由Wadie ELARRIM開發的Chrome擴展程式,該擴展的主要功能是“This extension will give you the gas price and notify you”。
擴展截圖
下載Gas Now Notifier擴展crx文件
下載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 |
官方網址 | 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;" } |