Simple Loan Calculator
Simple Loan Calculator to calculate your interest, monthly payments and total loan
What is Simple Loan Calculator?
Simple Loan Calculator is a Chrome extension developed by n.hapatnyukovsky, and its main feature is "Simple Loan Calculator to calculate your interest, monthly payments and total loan".
Extension Screenshots
Download Simple Loan Calculator Extension CRX File
Download Simple Loan Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Loan Calculator to find out interest, monthly payments, and total debt.
Extension Basic Information
Name | Simple Loan Calculator |
ID | lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
Official URL | https://chromewebstore.google.com/detail/simple-loan-calculator/lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
Description | Simple Loan Calculator to calculate your interest, monthly payments and total loan |
File Size | 81.91 KB |
Installation Count | 200 |
Current Version | 1.0 |
Last Updated | 2020-11-12 |
Publish Date | 2020-11-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | n.hapatnyukovsky |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |