小洛贷款计算

小洛贷款计算

能够计算任意年限的贷款金额,根据当前利率来计算每月所还,支持自定义利率。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "res/48x48.png",
    "default_title": "小洛贷款计算"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "能够计算任意年限的贷款金额,根据当前利率来计算每月所还,支持自定义利率。",
  "icons": {
    "48": "res/48x48.png",
    "64": "res/64x64.png",
    "128": "res/64x64.png"
  },
  "manifest_version": 2,
  "name": "小洛贷款计算",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}