Percentage Calculator
Calculate proportions for responsive projects.
What is Percentage Calculator?
Percentage Calculator is a Chrome extension developed by Unknown, and its main feature is "Calculate proportions for responsive projects.".
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
Need to know the percentage occupied by an element inside its parent element? Fear no more. Percentage calculator is a fast, easy-to-use proportion and percentage calculator.
Extension Basic Information
Name | Percentage Calculator |
ID | blipbpabfiikegopapkiomjpjhpjnijn |
Official URL | https://chromewebstore.google.com/detail/percentage-calculator/blipbpabfiikegopapkiomjpjhpjnijn |
Description | Calculate proportions for responsive projects. |
File Size | 18.26 KB |
Installation Count | 145 |
Current Version | 2.1 |
Last Updated | 2016-04-08 |
Publish Date | 2016-04-08 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Percentage Calculator", "description": "Calculate proportions for responsive projects.", "version": "2.1", "browser_action": { "default_icon": "img\/em-logo-16.png", "default_title": "Percentage Calculator", "default_popup": "popup.html" }, "icons": { "16": "img\/em-logo-16.png", "48": "img\/em-logo-48.png", "128": "img\/em-logo-128.png" } } |