Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Was ist Calculator+?
Calculator+ ist eine Chrome-Erweiterung, die von https://www.mataskairaitis.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".
Erweiterungsscreenshots
Calculator+-Erweiterungs-CRX-Datei herunterladen
Laden Sie Calculator+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| Offizielle URL | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| Beschreibung | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| Dateigröße | 134 KB |
| Installationsanzahl | 1,641 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-09-15 |
| Veröffentlichungsdatum | 2014-09-15 |
| Bewertung | 4.73/5 Insgesamt 11 Bewertungen |
| Entwickler | https://www.mataskairaitis.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.mataskairaitis.com/calculator |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |