Percentage Calculator
Percent off calculator
What is Percentage Calculator?
Percentage Calculator is a Chrome extension developed by https://percent-of.com, and its main feature is "Percent off calculator".
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
Calculate percentage of X, quick & simple. With this simple-to-use widget you can calculate percentages in no-time.
Extension Basic Information
Name | Percentage Calculator |
ID | oljlnajhfdpmegfdfpoagljapbphlmlb |
Official URL | https://chromewebstore.google.com/detail/percentage-calculator/oljlnajhfdpmegfdfpoagljapbphlmlb |
Description | Percent off calculator |
File Size | 149 KB |
Installation Count | 86 |
Current Version | 1 |
Last Updated | 2018-06-18 |
Publish Date | 2018-06-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://percent-of.com |
Payment Type | free |
Extension Website | https://percent-of.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Percentage Calculator", "description": "Percent off calculator", "version": "1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/icon.png" } } |