Calculator
Simple calculator
Was ist Calculator?
Calculator ist eine Chrome-Erweiterung, die von Guilherme Cheng entwickelt wurde, und ihr Hauptmerkmal ist "Simple calculator".
Erweiterungsscreenshots
Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
Offizielle URL | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
Beschreibung | Simple calculator |
Dateigröße | 44.35 KB |
Installationsanzahl | 107 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-03-28 |
Veröffentlichungsdatum | 2021-03-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Guilherme Cheng |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |