Ethereum Gas Tracker

Ethereum Gas Tracker

Ethereum Gas Tracker は Ethereum のガス代をリアルタイムで確認できる拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ethereum Gas Tracker",
  "version": "0.1.0",
  "manifest_version": 3,
  "icons": {
    "1024": "icon.png"
  },
  "action": {
    "default_icon": {
      "1024": "icon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "alarms"
  ]
}