RPN Calculator

The name pretty much sums it up

What is RPN Calculator?

RPN Calculator is a Chrome extension developed by PatD, and its main feature is "The name pretty much sums it up".

Extension Screenshots

screenshot

Download RPN Calculator Extension CRX File

Download RPN Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                     

Extension Basic Information

Name RPN Calculator RPN Calculator
ID jfkdckcaegpnognahpjpfhegidiopbii
Official URL https://chromewebstore.google.com/detail/rpn-calculator/jfkdckcaegpnognahpjpfhegidiopbii
Description The name pretty much sums it up
File Size 1.39 MB
Installation Count 31
Current Version 2.3.11
Last Updated 2018-10-22
Publish Date 2018-10-22
Developer PatD
Payment Type free
Supported Languages 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
}