Minimalist Calculator
A fast and accurate calculator.
Minimalist Calculator란 무엇입니까?
Minimalist Calculator은(는) Rhys Mills에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fast and accurate calculator."입니다.
확장 프로그램 스크린샷
Minimalist Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
공식 URL | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
설명 | A fast and accurate calculator. |
파일 크기 | 440 KB |
설치 횟수 | 16 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-03-09 |
출시 날짜 | 2020-03-08 |
개발자 | Rhys Mills |
결제 유형 | free |
지원되는 언어 | 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": [] } |