Gas Now Notifier
This extension will give you the gas price and notify you
O que é Gas Now Notifier?
Gas Now Notifier é uma extensão do Chrome desenvolvida por Wadie ELARRIM, e sua principal característica é "This extension will give you the gas price and notify you".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gas Now Notifier
Baixe arquivos de extensão Gas Now Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL Oficial | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Descrição | This extension will give you the gas price and notify you |
Tamanho do Arquivo | 17.67 KB |
Contagem de Instalações | 752 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-12-29 |
Data de Publicação | 2020-12-28 |
Desenvolvedor | Wadie ELARRIM |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.linkedin.com/in/welarrim/ |
Idiomas Suportados | 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;" } |