大小写金额转换

大小写金额转换

轻松实现民币金额(数字)大小写转换的在线工具

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "大小写金额转换",
  "version": "0.9.9",
  "description": "轻松实现民币金额(数字)大小写转换的在线工具",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "name": "大小写金额转换",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}