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文件

下載RPN Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}