QuickCalc
QuickCalc - A simple calculator for your Chrome Browser
What is QuickCalc?
QuickCalc is a Chrome extension developed by bclettieri.dev, and its main feature is "QuickCalc - A simple calculator for your Chrome Browser".
Extension Screenshots
Download QuickCalc Extension CRX File
Download QuickCalc 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 perform basic calculations right in your browser! Features: -Basic mathematical functions (addition, subtraction, division, multiplication) -A clean and elegant design -Enter values with your keyboard or through the simple interface -Completely free and ad free If you like QuickCalc please give us a rating!
Extension Basic Information
Name | QuickCalc |
ID | fljgghkdclonkfghcfpkiidmklfcdjdp |
Official URL | https://chromewebstore.google.com/detail/quickcalc/fljgghkdclonkfghcfpkiidmklfcdjdp |
Description | QuickCalc - A simple calculator for your Chrome Browser |
File Size | 46.3 KB |
Installation Count | 163 |
Current Version | 1.0.2 |
Last Updated | 2014-10-14 |
Publish Date | 2014-10-14 |
Rating | 4.00/5 Total 5 Ratings |
Developer | bclettieri.dev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickCalc", "short_name": "QuickCalc", "version": "1.0.2", "manifest_version": 2, "description": "QuickCalc - A simple calculator for your Chrome Browser", "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_title": "Calculator", "default_popup": "popup.html" } } |