Just Calculator ;)

Simple, but powerful calculator in popup window

Just Calculator ;)란 무엇입니까?

Just Calculator ;)은(는) MaxPax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple, but powerful calculator in popup window"입니다.

확장 프로그램 스크린샷

screenshot

Just Calculator ;) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The basis is taken Calque, based on Math.js. Therefore, all Calque operations are, which is the square root, involution, trigonometry (sin, cos, etc.), conversion of values, work with matrices, functions, etc.                    

확장 프로그램 기본 정보

이름 Just Calculator ;) Just Calculator ;)
ID fhienojmjihbioapjpocpalfphjiakam
공식 URL https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam
설명 Simple, but powerful calculator in popup window
파일 크기 108 KB
설치 횟수 172
현재 버전 1.1
최근 업데이트 2017-03-20
출시 날짜 2017-03-18
평점 4.00/5 총 7 개의 평점
개발자 MaxPax
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "48": "icon48.png"
    }
}