Minimalist Calculator
A fast and accurate calculator.
Vad är Minimalist Calculator?
Minimalist Calculator är en Chrome-tillägg utvecklad av Rhys Mills, och dess huvudfunktion är "A fast and accurate calculator.".
Tilläggsskärmbilder
Ladda ner Minimalist Calculator-förlängningens CRX-fil
Ladda ner Minimalist 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
A fast calculator with a clean and minimalist visual style.
Currently supports:
• Keyboard input
• Basic arithmetic (+,-,×,÷)
• Modulus function
• Exponentiation and nth root functions
The calculator is a React app, and uses the big.js and math.js library to improve the precision of calculations. Grundläggande Information om Tillägg
| Namn | |
| ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
| Officiell webbadress | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
| Beskrivning | A fast and accurate calculator. |
| Filstorlek | 440 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2020-03-09 |
| Publiceringsdatum | 2020-03-08 |
| Utvecklare | Rhys Mills |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimalist Calculator",
"description": "A fast and accurate calculator.",
"version": "1.0.0",
"browser_action": {
"default_popup": "index.html",
"default_title": "Minimalist Calculator"
},
"icons": {
"16": "logo-small.png",
"48": "logo-small.png",
"128": "logo-small.png"
},
"content_security_policy": "script-src 'self' 'sha256-tw5uNCLvtXpPMlwhNWsN4vWp5jVE8kyA0Ot+WWw3+6M='; object-src 'self'",
"permissions": []
} | |