Calculator
Simple calculator
Wat is Calculator?
Calculator is een Chrome-extensie ontwikkeld door Guilherme Cheng, en de belangrijkste functie is "Simple calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Calculator
Download Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
Officiële URL | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
Beschrijving | Simple calculator |
Bestandsgrootte | 44.35 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-03-28 |
Publicatiedatum | 2021-03-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Guilherme Cheng |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |