Calculator
Simple calculator
Vad är Calculator?
Calculator är en Chrome-tillägg utvecklad av Guilherme Cheng, och dess huvudfunktion är "Simple calculator".
Tilläggsskärmbilder
Ladda ner Calculator-förlängningens CRX-fil
Ladda ner Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | inbgelflcpjphdfpbonhjfalhjbimion |
| Officiell webbadress | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
| Beskrivning | Simple calculator |
| Filstorlek | 44.35 KB |
| Antal Installationer | 107 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2021-03-28 |
| Publiceringsdatum | 2021-03-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Guilherme Cheng |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
}
} | |