Calculator
Simple calculator
What is Calculator?
Calculator is a Chrome extension developed by Guilherme Cheng, and its main feature is "Simple calculator".
Extension Screenshots
Download Calculator Extension CRX File
Download 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
Make your calculations easier and faster! Simple calculator is a fast and simple way to make your calculations! Just open it by clicking or using a shortcut and start! With it, you can: - Sum - Subtract - Multiply - Divide - Multiple operations at the same time - See your history calculations - Shortcuts for a better use! Shortcuts: Ctrl+M to open, close (Command+M for Mac) C to clear display H for history page Please, give us your feedback!
Extension Basic Information
Name | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
Official URL | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
Description | Simple calculator |
File Size | 44.35 KB |
Installation Count | 107 |
Current Version | 1.2 |
Last Updated | 2021-03-28 |
Publish Date | 2021-03-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Guilherme Cheng |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "version": "1.2", "description": "Simple calculator", "action": { "default_popup": "main.html" }, "manifest_version": 3, "icons": { "16": "Calculator3.png", "48": "Calculator3.png", "128": "Calculator3.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Toggle main.html", "global": "true" } } } |