Calculator Button
My Online Calculator Button
Calculator Button란 무엇입니까?
Calculator Button은(는) BeVegan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My Online Calculator Button"입니다.
확장 프로그램 스크린샷
Calculator Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button. Stay with us and we can help!
확장 프로그램 기본 정보
이름 | Calculator Button |
ID | ibjednfgajknahjpfoafmeiehmeaofnc |
공식 URL | https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc |
설명 | My Online Calculator Button |
파일 크기 | 104 KB |
설치 횟수 | 1,025 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-10-01 |
출시 날짜 | 2013-10-01 |
평점 | 3.90/5 총 20 개의 평점 |
개발자 | BeVegan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://my-online-calculator.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator Button", "description": "My Online Calculator Button", "manifest_version": 2, "version": "1.0", "background": { "page": "index.html" }, "icons": { "128": "clock.png" }, "browser_action": [], "web_accessible_resources": [ "clock.png", "clock_16.png", "js.js", "style.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';" } |