Percent Calculator
Quickly calculate percentages in 3 different ways!
What is Percent Calculator?
Percent Calculator is a Chrome extension developed by Edgewater Development USA, and its main feature is "Quickly calculate percentages in 3 different ways!".
Extension Screenshots
Download Percent Calculator Extension CRX File
Download Percent 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
Quickly calculate percentages in 3 different ways! You can quickly calculate: - What is X percent of Y? - X is what percent of Y? - Percent increases and decreases
Extension Basic Information
Name | Percent Calculator |
ID | dpiiekoiagfahpcdkallgdfajfccodel |
Official URL | https://chromewebstore.google.com/detail/percent-calculator/dpiiekoiagfahpcdkallgdfajfccodel |
Description | Quickly calculate percentages in 3 different ways! |
File Size | 50.76 KB |
Installation Count | 1,930 |
Current Version | 1.0.0 |
Last Updated | 2017-01-28 |
Publish Date | 2017-01-28 |
Rating | 4.90/5 Total 10 Ratings |
Developer | Edgewater Development USA |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Percent Calculator", "description": "Quickly calculate percentages in 3 different ways!", "version": "1.0.0", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon16.png", "default_popup": "popup.html" } } |