Calculate!
A simple calculator extension for Chrome, with day and night mode setting.
Calculate!란 무엇입니까?
Calculate!은(는) Chips!에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple calculator extension for Chrome, with day and night mode setting."입니다.
확장 프로그램 스크린샷
Calculate! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just a simple drop-down calculator for the browser window, may or may not prove useful. Switch between day and night mode as you like.
확장 프로그램 기본 정보
이름 | Calculate! |
ID | ejnikaeehhhbchihakdhpgdmoefcgkgi |
공식 URL | https://chromewebstore.google.com/detail/calculate/ejnikaeehhhbchihakdhpgdmoefcgkgi |
설명 | A simple calculator extension for Chrome, with day and night mode setting. |
파일 크기 | 36.73 KB |
설치 횟수 | 130 |
현재 버전 | 0.2 |
최근 업데이트 | 2016-11-16 |
출시 날짜 | 2016-11-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Chips! |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Calculate!", "version": "0.2", "description": "A simple calculator extension for Chrome, with day and night mode setting.", "icons": { "128": "icon_128.png" }, "permissions": [], "browser_action": { "default_title": "Calculate!", "default_icon": "icon_128.png", "default_popup": "index.html" } } |