实时汇率转换器 Chrome

Examine source code of 实时汇率转换器

By: scott
Inspect and view changes in 实时汇率转换器 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "实时汇率转换器",
  "version": "1.0.2",
  "description": "自动识别网页中的货币金额并转换为本地货币",
  "permissions": [
    "storage",
    "sidePanel"
  ],
  "host_permissions": [
    "https://v6.exchangerate-api.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "side_panel": {
    "default_path": "popup.html"
  },
  "action": {
    "default_title": "打开汇率转换器设置",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best 实时汇率转换器 Alternatives

Here are some Chrome extensions that are similar to 实时汇率转换器: