Retro Calculator
A retro-styled pop-up calculator
Hvad er Retro Calculator?
Retro Calculator er en Chrome-udvidelse udviklet af Yaye Esmilla, og dens hovedfunktion er "A retro-styled pop-up calculator".
Udvidelsesskærmbilleder
Download Retro Calculator-udvidelses-CRX-fil
Download Retro Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | phlhhjgojpgddokobbenmdmpmabbnlij |
| Officiel URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
| Beskrivelse | A retro-styled pop-up calculator |
| Filstørrelse | 73.12 KB |
| Antal Installationer | 209 |
| Nuværende Version | 1.0.0.0 |
| Senest Opdateret | 2020-08-08 |
| Udgivelsesdato | 2020-08-07 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Yaye Esmilla |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/yayesmilla/retro-calculator |
| Hjælpeside-URL | https://github.com/yayesmilla/retro-calculator |
| Understøttede Sprog | 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": []
} | |