RPN Calculator

The name pretty much sums it up

RPN Calculator là gì?

RPN Calculator là một tiện ích mở rộng Chrome được phát triển bởi PatD, và tính năng chính của nó là "The name pretty much sums it up".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RPN Calculator

Tải xuống các tệp mở rộng RPN Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                     

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RPN Calculator RPN Calculator
ID jfkdckcaegpnognahpjpfhegidiopbii
URL Chính Thức https://chromewebstore.google.com/detail/rpn-calculator/jfkdckcaegpnognahpjpfhegidiopbii
Mô tả The name pretty much sums it up
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 2.3.11
Cập Nhật Lần Cuối 2018-10-22
Ngày Phát Hành 2018-10-22
Nhà Phát Triển PatD
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}