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 |
公式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 |
Eメール | [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;" } |