货币汇率计算器

货币汇率计算器

一款简单易用的汇率转换工具,支持多种货币,实时货币汇率查询,简单易用。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "货币汇率计算器",
  "version": "1.0.1",
  "description": "一款简单易用的汇率转换工具,支持多种货币,实时货币汇率查询,简单易用。",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentscript.js",
        "selectbox.js"
      ]
    }
  ],
  "permissions": [
    "https://bd.ichashuju.com/*"
  ],
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "index.html"
  }
}