Retro Calculator
A retro-styled pop-up calculator
Was ist Retro Calculator?
Retro Calculator ist eine Chrome-Erweiterung, die von Yaye Esmilla entwickelt wurde, und ihr Hauptmerkmal ist "A retro-styled pop-up calculator".
Erweiterungsscreenshots
Retro Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Retro 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
Retro Calculator Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons. Shortcuts: c or `enter` or `return` (in Mac) - Equals
Grundlegende Informationen zur Erweiterung
Name | Retro Calculator |
ID | phlhhjgojpgddokobbenmdmpmabbnlij |
Offizielle URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
Beschreibung | A retro-styled pop-up calculator |
Dateigröße | 73.12 KB |
Installationsanzahl | 209 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2020-08-08 |
Veröffentlichungsdatum | 2020-08-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Yaye Esmilla |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/yayesmilla/retro-calculator |
Hilfeseite URL | https://github.com/yayesmilla/retro-calculator |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Calculator", "description": "A retro-styled pop-up calculator", "version": "1.0.0.0", "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html", "default_title": "Retro Calculator" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "incognito": "spanning", "permissions": [] } |