Calculator

Simple calculator

Qu'est-ce que Calculator ?

Calculator est une extension Chrome développée par Guilherme Cheng, et sa fonction principale est "Simple calculator".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Calculator

Téléchargez les fichiers d'extension Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Calculator Calculator
ID inbgelflcpjphdfpbonhjfalhjbimion
URL Officiel https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion
Description Simple calculator
Taille du Fichier 44.35 KB
Nombre d'Installations 107
Version Actuelle 1.2
Dernière Mise à Jour 2021-03-28
Date de Publication 2021-03-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Guilherme Cheng
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}