Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Calculator+란 무엇입니까?
Calculator+은(는) https://www.mataskairaitis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly."입니다.
확장 프로그램 스크린샷
Calculator+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed. How to use: Install the extension. Click the calculator icon in the top right corner of your browser. Hotkeys: Enter: Submits calculation =: Submits calculation C: deletes everything Calculator+ is completely free & open source. You may find the source at: http://www.mataskairaitis.com/calculator
확장 프로그램 기본 정보
이름 | Calculator+ |
ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
공식 URL | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
설명 | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
파일 크기 | 134 KB |
설치 횟수 | 1,641 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-09-15 |
출시 날짜 | 2014-09-15 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | https://www.mataskairaitis.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.mataskairaitis.com/calculator |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calculator+", "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.", "version": "1.0", "author": "Matas Kairaitis", "browser_action": { "default_title": "Calculator+", "default_icon": "images\/icon.png", "default_popup": "calculator.html" }, "sandbox": { "pages": [ "sandbox.html" ] } } |