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
扩展基本信息
名称 | |
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;" } |