Chrome Calculator
Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.
Chrome Calculator란 무엇입니까?
Chrome Calculator은(는) Mahesh Uddama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes."입니다.
확장 프로그램 스크린샷
Chrome Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do your calculations on top of your browser. Feel the simplicity compact format of the Standard view or get your Scientific panel just in a single click. 27 buttons Scientific panel will fulfill your basic scientific calculation needs. You also got Permutation and Combination buttons that most of soft calculators not equipped with. Share and enjoy it.
확장 프로그램 기본 정보
이름 | Chrome Calculator |
ID | dkmolnjgcflefpeajenclaejfddpcaml |
공식 URL | https://chromewebstore.google.com/detail/chrome-calculator/dkmolnjgcflefpeajenclaejfddpcaml |
설명 | Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes. |
파일 크기 | 29.68 KB |
설치 횟수 | 4,005 |
현재 버전 | 2.0 |
최근 업데이트 | 2016-03-05 |
출시 날짜 | 2016-03-05 |
평점 | 3.91/5 총 11 개의 평점 |
개발자 | Mahesh Uddama |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.google.com/presentation/d/11NfK-Bk0_EcK3QUgHIdTfoy2Xd3u5BWfozw1vffB3Fc/edit?usp=sharing |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Calculator", "description": "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.", "version": "2.0", "browser_action": { "default_icon": "img\/icon_48.png", "default_popup": "calculator.html" }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |