Easy Calculator
A simple calculator for basic arithmetic operations.
Easy Calculator란 무엇입니까?
Easy Calculator은(는) atk1589에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple calculator for basic arithmetic operations."입니다.
확장 프로그램 스크린샷
Easy Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Easy Calculator, you can perform simple arithmetic operations with ease, all within your Chrome browser. No need to open a separate calculator app or leave your current tab. This lightweight extension offers a simple and user-friendly interface, with an input field and output display. It supports basic operations such as addition, subtraction, multiplication, and division, as well as the use of decimals. This extension also includes a backspace button for easy correction of input mistakes. In addition, the state of your calculation is saved automatically, so you can pick up right where you left off, even after closing and reopening your browser. Easy Calculator is perfect for students, professionals, and anyone who needs quick access to a reliable calculator. Install it today and simplify your calculations in seconds!
확장 프로그램 기본 정보
이름 | Easy Calculator |
ID | bppalpbpcmnmioibjlejdnipbiocpahj |
공식 URL | https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj |
설명 | A simple calculator for basic arithmetic operations. |
파일 크기 | 46.11 KB |
설치 횟수 | 34 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-04-25 |
출시 날짜 | 2023-04-09 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | atk1589 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Calculator", "description": "A simple calculator for basic arithmetic operations.", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "service_worker": "script.js" }, "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon48.png" } } } |