Polygon (MATIC) Gas Station
This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Polygon (MATIC) Gas Stationとは何ですか?
Polygon (MATIC) Gas Stationはferhatkochanによって開発されたChromeの拡張機能で、その主な機能は「This extension reccomends the Gas price (MATIC) to use on Polygon mainnet」です。
拡張機能のスクリーンショット
Polygon (MATIC) Gas Station拡張機能のCRXファイルをダウンロード
Polygon (MATIC) Gas Station拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.
拡張機能の基本情報
名前 | Polygon (MATIC) Gas Station |
ID | miekildhlhgnodhpbplnicnidfcbhofj |
公式URL | https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj |
説明 | This extension reccomends the Gas price (MATIC) to use on Polygon mainnet |
ファイルサイズ | 15.85 KB |
インストール数 | 447 |
現在のバージョン | 1.1 |
最終更新日 | 2021-07-26 |
公開日 | 2021-07-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ferhatkochan |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://discord.gg/teNJYDaz |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": ".\/static\/gasstationlogo.png", "48": ".\/static\/gasstationlogo.png", "128": ".\/static\/gasstationlogo.png" }, "name": "Polygon (MATIC) Gas Station", "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'", "browser_action": { "default_icon": ".\/static\/gasstationlogo.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |