Minimalist Calculator
A fast and accurate calculator.
Co to jest Minimalist Calculator?
Minimalist Calculator to rozszerzenie Chrome opracowane przez Rhys Mills, a jego główną funkcją jest „A fast and accurate calculator.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minimalist Calculator
Pobierz pliki rozszerzeń Minimalist Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
Oficjalny URL | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
Opis | A fast and accurate calculator. |
Rozmiar pliku | 440 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-03-09 |
Data Publikacji | 2020-03-08 |
Deweloper | Rhys Mills |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |