Retro Calculator
A retro-styled pop-up calculator
Vad är Retro Calculator?
Retro Calculator är en Chrome-tillägg utvecklad av Yaye Esmilla, och dess huvudfunktion är "A retro-styled pop-up calculator".
Tilläggsskärmbilder
Ladda ner Retro Calculator-förlängningens CRX-fil
Ladda ner Retro Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | phlhhjgojpgddokobbenmdmpmabbnlij |
| Officiell webbadress | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
| Beskrivning | A retro-styled pop-up calculator |
| Filstorlek | 73.12 KB |
| Antal Installationer | 209 |
| Aktuell Version | 1.0.0.0 |
| Senast Uppdaterad | 2020-08-08 |
| Publiceringsdatum | 2020-08-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Yaye Esmilla |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/yayesmilla/retro-calculator |
| Hjälpsida URL | https://github.com/yayesmilla/retro-calculator |
| Stödda Språk | 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": []
} | |