RPN Calculator
The name pretty much sums it up
Wat is RPN Calculator?
RPN Calculator is een Chrome-extensie ontwikkeld door PatD, en de belangrijkste functie is "The name pretty much sums it up".
Extensie Screenshots
Download het CRX-bestand van de extensie RPN Calculator
Download RPN Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jfkdckcaegpnognahpjpfhegidiopbii |
| Officiële URL | https://chromewebstore.google.com/detail/rpn-calculator/jfkdckcaegpnognahpjpfhegidiopbii |
| Beschrijving | The name pretty much sums it up |
| Bestandsgrootte | 1.39 MB |
| Aantal Installaties | 31 |
| Huidige Versie | 2.3.11 |
| Laatst Bijgewerkt | 2018-10-22 |
| Publicatiedatum | 2018-10-22 |
| Ontwikkelaar | PatD |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |