Calculator
Simple calculator
Cos'è Calculator?
Calculator è un'estensione di Chrome sviluppata da Guilherme Cheng, e la sua funzione principale è "Simple calculator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Calculator
Scarica i file di estensione Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
URL Ufficiale | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
Descrizione | Simple calculator |
Dimensione del File | 44.35 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-03-28 |
Data di Pubblicazione | 2021-03-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Guilherme Cheng |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |