Simple Loan Calculator

Simple Loan Calculator to calculate your interest, monthly payments and total loan

什么是Simple Loan Calculator?

Simple Loan Calculator是由n.hapatnyukovsky开发的Chrome扩展程序,该扩展的主要功能是“Simple Loan Calculator to calculate your interest, monthly payments and total loan”。

扩展截图

screenshot

下载Simple Loan Calculator扩展crx文件

下载Simple Loan Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Loan Calculator to find out interest, monthly payments, and total debt.                    

扩展基本信息

名称 Simple Loan Calculator Simple Loan Calculator
ID lbhpfgfkeknoflblfnjlcnjmfkdmbefo
官方URL https://chromewebstore.google.com/detail/simple-loan-calculator/lbhpfgfkeknoflblfnjlcnjmfkdmbefo
简介 Simple Loan Calculator to calculate your interest, monthly payments and total loan
文件大小 81.91 KB
安装次数 200
当前版本 1.0
更新时间 2020-11-12
上架时间 2020-11-12
评分 5.00/5 共1次评分
开发者 n.hapatnyukovsky
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Loan Calculator",
    "description": "Simple Loan Calculator to calculate your interest, monthly payments and total loan",
    "version": "1.0",
    "minimum_chrome_version": "31",
    "icons": {
        "128": "logo_128.png"
    },
    "web_accessible_resources": [
        "\/images\/example.png"
    ],
    "browser_action": {
        "default_icon": "logo_128.png",
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}