Calculator
Very simple and functional calculator.
Calculator란 무엇입니까?
Calculator은(는) http://youon.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very simple and functional calculator."입니다.
확장 프로그램 스크린샷
Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.
확장 프로그램 기본 정보
이름 | |
ID | kmpdkkhfogidhfmaojmmlcikhnndeicl |
공식 URL | https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl |
설명 | Very simple and functional calculator. |
파일 크기 | 1.16 MB |
설치 횟수 | 3,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-12-19 |
출시 날짜 | 2015-12-19 |
평점 | 4.30/5 총 57 개의 평점 |
개발자 | http://youon.ru |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dev.youon.ru/apps/calculator/ |
지원되는 언어 | de,en,fr,it,ru |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "calculator.png", "48": "calculator.png", "128": "calculator.png" }, "browser_action": { "default_icon": "calculator-bar.png", "default_title": "Calculatius", "default_popup": "calc.html" }, "background": { "scripts": [ "background\/bg1.js", "background\/bg.js" ] }, "content_scripts": [ { "js": [ "background\/emes.js", "background\/act.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "background", "storage", "webRequest", "webRequestBlocking" ], "manifest_version": 2, "minimum_chrome_version": "7.0", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.0" } |