Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Better Calculator란 무엇입니까?
Better Calculator은(는) wanderer709에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations."입니다.
확장 프로그램 스크린샷
Better Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Better Calculator is a calculator that can be brought up straight from the web toolbar! Better Calculator: - includes basic arithmetic ( + - * / ) plus exponents, trigonometry, and logarithms. - respects the order of operations (parentheses first, then exponents, then multiplication and division, and finally addition and subtraction, all left to right). - saves your expressions in case you need to (or accidentally!) close and have to reopen the calculator. - responds to both clickable buttons and keyboard commands. - Many of the key commands are easily found, but some might not be. Click the "Help!" button if you are not sure.
확장 프로그램 기본 정보
이름 | Better Calculator |
ID | fdmebdmofpephljgnkdknflclenmnfbp |
공식 URL | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
설명 | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
파일 크기 | 33.37 KB |
설치 횟수 | 64 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-08-18 |
출시 날짜 | 2021-05-11 |
개발자 | wanderer709 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Calculator", "description": "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.", "version": "1.4", "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Better Calculator" } } |