Percentage Calculator
Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
What is Percentage Calculator?
Percentage Calculator is a Chrome extension developed by FinMasters, and its main feature is "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.".
Extension Screenshots
Download Percentage Calculator Extension CRX File
Download Percentage 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
Use our percentage calculator to quickly and easily calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
Extension Basic Information
Name | Percentage Calculator |
ID | hgcanifcmjcjhkcflilohfglppcdlbgo |
Official URL | https://chromewebstore.google.com/detail/percentage-calculator/hgcanifcmjcjhkcflilohfglppcdlbgo |
Description | Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease. |
File Size | 13.67 KB |
Installation Count | 191 |
Current Version | 1.0.1 |
Last Updated | 2021-01-12 |
Publish Date | 2020-12-21 |
Developer | FinMasters |
[email protected] | |
Payment Type | free |
Extension Website | https://www.finmasters.com |
Help Page URL | https://finmasters.com/contact/ |
Privacy Policy Page URL | https://finmasters.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Percentage Calculator", "description": "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase\/decrease.", "version": "1.0.1", "version_name": "1.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Percentage Calculator" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |