谷歌汇率转换小工具

谷歌汇率转换小工具

简洁、轻量的谷歌汇率转换小工具。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "谷歌汇率转换小工具",
  "short_name": "谷歌汇率通",
  "description": "简洁、轻量的谷歌汇率转换小工具。",
  "version": "0.4.5",
  "browser_action": {
    "default_icon": "static/icons/icon_128.png",
    "default_popup": "index.html#/popup",
    "default_title": "谷歌汇率转换小工具"
  },
  "icons": {
    "16": "static/icons/icon_16.png",
    "19": "static/icons/icon_19.png",
    "32": "static/icons/icon_32.png",
    "48": "static/icons/icon_48.png",
    "64": "static/icons/icon_64.png",
    "128": "static/icons/icon_128.png",
    "256": "static/icons/icon_256.png"
  },
  "permissions": [
    "activeTab",
    "http://www.google.com/",
    "https://www.google.com/",
    "http://www.google.com.hk/",
    "https://www.google.com.hk/",
    "http://finance.google.com/",
    "https://finance.google.com/",
    "http://www.baidu.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}