ethui Firefox

Examine source code of ethui

提供元: Miguel Palhas
Inspect and view changes in ethui source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ethui",
  "description": "An Ethereum toolkit",
  "version": "1.12.0",
  "author": "Miguel Palhas <mpalhas@gmail.com>",
  "homepage_url": "https://github.com/ethui",
  "devtools_page": "devtools/index.html",
  "minimum_chrome_version": "102",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "./contentScript/index.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "./popup/index.html?view=settings",
    "browser_style": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "action": {
    "default_icon": {
      "16": "icons/ethui-black-16.png",
      "48": "icons/ethui-black-48.png",
      "96": "icons/ethui-black-96.png",
      "128": "icons/ethui-black-128.png"
    },
    "default_popup": "popup/index.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/inpage/inpage.js",
        "devtools/index.html",
        "panel/index.html",
        "popup/index.html"
      ]
    }
  ],
  "permissions": [
    "storage",
    "notifications"
  ],
  "icons": {
    "16": "icons/ethui-black-16.png",
    "48": "icons/ethui-black-48.png",
    "96": "icons/ethui-black-96.png",
    "128": "icons/ethui-black-128.png"
  },
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "iron-wallet@naps62.com"
    }
  }
}

ベストのethui代替案

ethuiに類似したFirefox add-onをいくつか紹介します: