招商银行外汇汇率

招商银行外汇汇率

此扩展用于实时获取招商银行外汇汇率。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "招商银行外汇汇率",
  "description": "此扩展用于实时获取招商银行外汇汇率。",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://fx.cmbchina.com/hq/"
  ]
}