RPN Calculator

The name pretty much sums it up

RPN Calculator란 무엇입니까?

RPN Calculator은(는) PatD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The name pretty much sums it up"입니다.

확장 프로그램 스크린샷

screenshot

RPN Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A command line based, no buttons, RPN calculator

Comes with all stack and math functions known (to me that is), features basic plotting capabilities and offers limited programming


1 2 3 * + 
2 mode.precision drop PI Q                     

확장 프로그램 기본 정보

이름 RPN Calculator RPN Calculator
ID jfkdckcaegpnognahpjpfhegidiopbii
공식 URL https://chromewebstore.google.com/detail/rpn-calculator/jfkdckcaegpnognahpjpfhegidiopbii
설명 The name pretty much sums it up
파일 크기 1.39 MB
설치 횟수 31
현재 버전 2.3.11
최근 업데이트 2018-10-22
출시 날짜 2018-10-22
개발자 PatD
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RPN Calculator",
    "version": "2.3.11",
    "description": "The name pretty much sums it up",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "rpncalc.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "images\/rpn_128x128.png",
        "256": "images\/rpn_256x256.png",
        "512": "images\/rpn_512x512.png"
    },
    "manifest_version": 2
}