Tx-Art Firefox

Examine source code of Tx-Art

提供元: Tx-Art Add-on
Inspect and view changes in Tx-Art source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tx-Art",
  "version": "0.1.3",
  "description": "Extension to generate a unique art piece for any transaction on Etherscan and the like.",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Tx-Art",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/tx/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "txart@artdgn.github.com"
    }
  }
}

ベストのTx-Art代替案

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