Percentage Calculator
Perform basic percentage calculations easily.
What is Percentage Calculator?
Percentage Calculator is a Chrome extension developed by bobbyrne01, and its main feature is "Perform basic percentage calculations easily.".
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
Users can perform the following percentage calculations:
- What is X% of Y
- X is what % of Y
- % increase/decrease from X to Y
- X + Y%
- X - Y%
- X * Y%
- X / Y%
Donations
Please consider a small donation for continued development ..
Paypal: https://www.paypal.me/bobbyrne01
Bitcoin: 1NGQPRW2VytN1n1M2Tcs7rpR6uzVLxMs2C
Open source
Released under GNU GPL v3 license ..
https://github.com/bobbyrne01/percentage-calculator-chrome Extension Basic Information
| Name | |
| ID | giofgfbcmecmaelgcomeaaglmlgdnnni |
| Official URL | https://chromewebstore.google.com/detail/percentage-calculator/giofgfbcmecmaelgcomeaaglmlgdnnni |
| Description | Perform basic percentage calculations easily. |
| File Size | 19.33 KB |
| Installation Count | 2,268 |
| Current Version | 0.1.0 |
| Last Updated | 2020-02-12 |
| Publish Date | 2020-02-12 |
| Rating | 4.80/5 Total 10 Ratings |
| Developer | bobbyrne01 |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Percentage Calculator",
"description": "Perform basic percentage calculations easily.",
"version": "0.1.0",
"browser_action": {
"default_title": "Open UI (Percentage Calculator)",
"default_popup": "data\/html\/view.html"
},
"icons": {
"64": "data\/images\/ico-64.png"
},
"manifest_version": 2
} | |