Retro Calculator
A retro-styled pop-up calculator
Wat is Retro Calculator?
Retro Calculator is een Chrome-extensie ontwikkeld door Yaye Esmilla, en de belangrijkste functie is "A retro-styled pop-up calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Retro Calculator
Download Retro 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
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 Basisinformatie over de Extensie
| Naam | |
| ID | phlhhjgojpgddokobbenmdmpmabbnlij |
| Officiële URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
| Beschrijving | A retro-styled pop-up calculator |
| Bestandsgrootte | 73.12 KB |
| Aantal Installaties | 209 |
| Huidige Versie | 1.0.0.0 |
| Laatst Bijgewerkt | 2020-08-08 |
| Publicatiedatum | 2020-08-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Yaye Esmilla |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/yayesmilla/retro-calculator |
| Help Pagina-URL | https://github.com/yayesmilla/retro-calculator |
| Ondersteunde Talen | 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": []
} | |